From 6005ce084a540f71efce35e003df84acb09096f9 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 27 Jun 2016 03:22:26 -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 765671c..720d69a 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ AppleHealthKit.getCurrentWeight(null, (err: string, weight: number) => { ___ -**`saveWeight`** : save a numeric weight value to HealthKit +### **`saveWeight`** : save a numeric weight value to HealthKit `saveWeight` accepts an object containing a numeric weight value with the key *weight*: ```javascript -- 2.26.2