You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ ReactDOM.render(
68
68
```
69
69
70
70
## 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.
72
72
73
73
Please install remaining dependencies using following command
74
74
```
@@ -87,7 +87,7 @@ To compile all examples run following command
87
87
gulp examples
88
88
```
89
89
90
-
To compile certain exmaple run following command
90
+
To compile certain example run following command
91
91
```
92
92
gulp <example_name>
93
93
```
@@ -100,7 +100,7 @@ React Plugin for AnyChart is developed using ES6 syntax. There are `import` and
100
100
## Examples Overview
101
101
See these examples to learn how things work:
102
102
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.
104
104
***[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.
0 commit comments