From 7e898b5b862bd4ae3b7981449c441a4fef9d3c81 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 28 Jun 2016 20:13:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9775f6..320357b 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ AppleHealthKit.getStepCountForToday(null, (err: Object, steps: number) => { ___ #### **`getStepCountForDay`** -get the the aggregated total steps for the day provided as `date` in options object. +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 let d = new Date(2016,5,27); let options = { -- 2.26.2