Skip to content

Commit 053cd3b

Browse files
committed
Fixed a typo
1 parent 7d100b2 commit 053cd3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ After installing `react-native-fusioncharts`, follow the steps below:
1818

1919
* Create `assets` folder in `android/app/src/main` directory if it doesn't exist.
2020
* Copy `FusionCharts` library in the `assets` folder (in most cases copy `node_modules/fusioncharts` folder).
21-
* Create a file named `fuioncharts.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-android.html).
21+
* Create a file named `fusioncharts.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-android.html).
2222
* Set `libraryPath` property to the `FusionCharts` component as follows:
2323

2424
```html
@@ -33,7 +33,7 @@ After installing `react-native-fusioncharts`, follow the steps below:
3333

3434
* Create `assets` folder in your project root if it doesn't exist.
3535
* Copy `FusionCharts` library in this `assets` folder (requires only when the licensed version of `FusionCharts` is used).
36-
* Create a file named `fuioncharts-tpl.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-ios.html).
36+
* Create a file named `fusioncharts-tpl.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-ios.html).
3737
* Add a `build:assets` script in Application's `package.json` file as follows:
3838

3939
`package.json` file:

0 commit comments

Comments
 (0)