From 28745057361d699d57791d4bc149831e7150a4ff Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 11 Oct 2016 19:33:06 -0400 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84dbd3..e4ae959 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ AppleHealthKit.initHealthKit(HKOPTIONS, (err, res) => { // when the component where the listener was added unmounts // (or whenever the listener should be removed), call the -// `remove` method of the subscription object. +// 'remove' method of the subscription object. componentWillUnmount() { this.sub.remove(); } -- 2.26.2