diff --git a/README.md b/README.md index ae8d13b..e92709b 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/package.json b/package.json index a759b66..aae2ccb 100644 --- a/package.json +++ b/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": {