Skip to content

Commit 45197c0

Browse files
update README
1 parent fb72e72 commit 45197c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
> Simple and light gradient-enabled circular progressbar for reactjs/nextjs
44
5-
![React Super Progressbar](https://miro.medium.com/max/875/1*6eFjvxycuyCzO-jui0d6Dw.png)
5+
![React Gradient Progress](https://miro.medium.com/max/875/1*6eFjvxycuyCzO-jui0d6Dw.png)
66

7-
[![NPM](https://img.shields.io/npm/v/react-super-progressbar.svg)](https://www.npmjs.com/package/react-super-progressbar) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
7+
[![NPM](https://img.shields.io/npm/v/react-gradient-progress.svg)](https://www.npmjs.com/package/react-gradient-progress) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
88

99
## Installation
1010

1111
Using npm
1212

1313
```bash
14-
npm i -s react-super-progressbar
14+
npm i -s react-gradient-progress
1515
```
1616

1717
## Basic Usage
1818

1919
```javascript
20-
import {CircleProgress} from 'react-super-progressbar'
20+
import {CircleProgress} from 'react-gradient-progress'
2121

2222
<CircleProgress percentage={75} strokeWidth={8} />
2323
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gradient-progress",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple and light gradient-enabled circular progressbar for reactjs/nextjs",
55
"author": "Prasanna Mestha",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)