diff --git a/README.md b/README.md index 6e1ee1e509075d46103d6a3b5f6e7228503cf86f..ca4feb67cad8c18c21be935bc897139b3f7c11f8 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ AppleHealthKit.getStepCount(options: Object, (err: Object, steps: Object) => { ___ #### ~~**`getStepCountForToday`**~~ -`removed - replaced by getStepCount` +`removed` - replaced by `getStepCount` get the aggregated total steps for the current day starting and ending at midnight ```javascript @@ -279,7 +279,7 @@ AppleHealthKit.getStepCountForToday(null, (err: Object, steps: number) => { ___ #### ~~**`getStepCountForDay`**~~ -`removed - replaced by getStepCount` +`removed` - replaced by `getStepCount` get the the aggregated total steps for the day provided as `date` in options object. the `date` field expects an ISO date string as its value ```javascript