Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael Burguet committed Jan 23, 2017
1 parent 46bbc74 commit 59fd672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ The possible options for the **getAvailability** function are:

Using the same example as before, let's say that we also need to book a room for our appointment.

So, we will need to intersect the doctor's availability times and the room's availability times, considering that:
So, we need to intersect the doctor's availability times with the room's availability times, considering that:

* We can only book the room on weekdays from *8AM* to *8PM*

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ssense/sscheduler",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flexible scheduler to find free time slots in the schedule of a resource",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 59fd672

Please sign in to comment.