diff --git a/README.md b/README.md index 7e59acf..9d230ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-native-counter +# react-native-counters React native Minus(-) (Number) Plus(+) Component ## Installation @@ -6,16 +6,16 @@ React native Minus(-) (Number) Plus(+) Component To install a stable release use: ##### yarn -`yarn add react-native-counter` +`yarn add react-native-counters` ##### npm -`npm i react-native-counter --save` +`npm i react-native-counters --save` ## Example ```JS -import Counter from "react-native-counter"; +import Counter from "react-native-counters"; class Example Component { render() { diff --git a/package.json b/package.json index e56b4a0..ed8dad7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "react-native-counter", + "name": "react-native-counters", "version": "0.0.1", "description": "React native Minus(-) (Number) Plus(+) Component", "author": "Yasar ICLI ", "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/yasaricli/react-native-counter.git" + "url": "git+https://github.com/yasaricli/react-native-counters.git" }, "dependencies": { "prop-types": "^15.6.2"