Skip to content

Commit 5944954

Browse files
committed
update readme
1 parent 801744f commit 5944954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ReactDOM.render(
6868
```
6969

7070
## Build
71-
To build plugin and samples you need to install (gulp)[(http://gulpjs.com/)] if you don't have it installed already.
71+
To build plugin and samples you need to install [gulp](http://gulpjs.com/) if you don't have it installed already.
7272

7373
Please install remaining dependencies using following command
7474
```
@@ -87,7 +87,7 @@ To compile all examples run following command
8787
gulp examples
8888
```
8989

90-
To compile certain exmaple run following command
90+
To compile certain example run following command
9191
```
9292
gulp <example_name>
9393
```
@@ -100,7 +100,7 @@ React Plugin for AnyChart is developed using ES6 syntax. There are `import` and
100100
## Examples Overview
101101
See these examples to learn how things work:
102102

103-
* **[Chart with JSON Settings](https://github.com/anychart/anychart-react/blob/master/examples/chart_with_json)**: Chart with complex JSON settings.
103+
* **[Chart_with_JSON_Settings](https://github.com/anychart/anychart-react/blob/master/examples/chart_with_json)**: Chart with complex JSON settings.
104104
* **[Charts_with_Controls](https://github.com/anychart/anychart-react/blob/master/examples/charts_with_controls)**: Simple demo with 2 charts. Allows to change title and enable/disable legend.
105105
* **[Geographical_Map](https://github.com/anychart/anychart-react/blob/master/examples/choropleth_map)**: Choropleth map demo.
106106
* **[Data_Streaming](https://github.com/anychart/anychart-react/blob/master/examples/data_streaming)**: Simple data streaming demo.

0 commit comments

Comments
 (0)