diff --git a/README.md b/README.md index fab0975..b8dbfe4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In short: see `index.html` for an example. A bit longer: Include or copy both `lib/angular-scheduler.min.js` and `css/angular-scheduler.css` into your project and add `scheduler` as a dependency to your module. Then in your template: ``` - + ``` `slots` is a list, where each slot represents one time slot in each day. `start` and `end` are minutes, and `day` is an integer representing day of the week (Monday: 0, Tuesday: 1, Sunday: 6). For example: diff --git a/index.html b/index.html index 182c685..48b05f6 100644 --- a/index.html +++ b/index.html @@ -45,9 +45,9 @@ {{slots}} - + - \ No newline at end of file +