From 63885844e5a11e8fd43f7bb3d998c4c2add4cb9a Mon Sep 17 00:00:00 2001 From: cyqresig Date: Sun, 13 Nov 2016 14:17:39 +0800 Subject: [PATCH] fixed incorrect usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda33c1..5615e43 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ see [ReactNativeComponentDemos][0] ## Usage -Install the button from npm with `npm install react-native-smart-badge --save`. +Install the package from npm with `npm install react-native-smart-badge --save`. Then, require it from your app's JavaScript files with `import Badge from 'react-native-smart-badge'`. ```js