diff --git a/README.md b/README.md index 765671c79bda91d0f723145c3c87760c43afbd58..720d69a90e9cd35b38a7b24d57dd3ccf157d9b68 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