Skip to content

Commit 6c2e647

Browse files
committed
change name
1 parent b1b0bc7 commit 6c2e647

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# react-simple-gauge
22

3-
[![NPM](https://img.shields.io/npm/v/react-simple-gauge.svg)](https://www.npmjs.com/package/react-simple-gauge) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3+
[![NPM](https://img.shields.io/npm/v/react-simple-gauge.svg)](https://www.npmjs.com/package/react-simple-gauges) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
44

55
<img src="./.github/gauge.png" alt="demo" height="100">
66

77
## Install
88

99
```bash
10-
npm install --save react-simple-gauge
10+
npm install --save react-simple-gauges
1111
```
1212

1313
## Usage
1414

1515
```jsx
1616
import React, { Component } from 'react'
1717

18-
import {SimpleGauge} from 'react-simple-gauge'
18+
import {SimpleGauge} from 'react-simple-gauges'
1919

2020
class Example extends Component {
2121
render() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-simple-gauge",
2+
"name": "react-simple-gauges",
33
"version": "1.0.0",
44
"description": "Made with create-react-library",
55
"author": "Kevin Puscán Ortiz <[email protected]>",

0 commit comments

Comments
 (0)