From 018d260c0133e59d8d862147424a483b9a53e554 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 12:19:48 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1ee1e..ca4feb6 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 -- 2.26.2