Skip to content

Commit e1be1c1

Browse files
committed
Merge branch 'release/2.0.1'
2 parents aa736df + 3c5c30e commit e1be1c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-fusionCharts
1+
# react-fusioncharts
22

33
A simple and lightweight `React` component which provides bindings for `FusionCharts` JavaScript Charting Library. It easily adds rich and interactive charts to any `React` Projects.
44

@@ -10,7 +10,7 @@ To install `react-fusioncharts`, run:
1010
$ npm install react-fusioncharts --save
1111
```
1212

13-
Also install `fusionCharts`, if it is not already installed:
13+
Also install `fusioncharts`, if it is not already installed:
1414

1515
```bash
1616
$ npm install fusioncharts --save

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fusioncharts",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Simple and Lightweight React component for FusionCharts JavaScript Charting Library",
55
"main": "lib/ReactFC.js",
66
"author": {

0 commit comments

Comments
 (0)