We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06599cf commit cba5a4bCopy full SHA for cba5a4b
2 files changed
README.md
@@ -6,10 +6,11 @@ Speedometer Chart component for React Native
6
7
## Installation
8
9
-```
+```console
10
npm install --save react-native-speedometer-chart
11
```
12
+or
13
14
yarn add react-native-speedometer-chart
15
16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-speedometer-chart",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Speedometer Chart component for React Native",
5
"main": "src/index.js",
"author": "Lucas Monteiro",
0 commit comments