Skip to content

Commit 0e24dab

Browse files
authored
Update README.md
1 parent 0343e08 commit 0e24dab

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ React wrapper for [Chart.js 2](http://www.chartjs.org/docs/#getting-started)
99
Open for PRs and contributions!
1010

1111
# UPDATE to 2.x
12-
As of 2.x we have made chart.js a peer dependency for greater flexibility. Please add chart.js as a dependency on your project to use 2.x. Currently, 2.4.x is the recommended version of chart.js to use.
13-
14-
# Looking for Contributors!
15-
Actively looking for contributors as for the moment I do not have enough time to dedicate for maintaining this lib.
16-
All contributors can add themselves to Contributors section at the bottom of README.
12+
As of 2.x we have made chart.js a peer dependency for greater flexibility. Please add chart.js as a dependency on your project to use 2.x. Currently, 2.5.x is the recommended version of chart.js to use.
1713

1814
## Demo & Examples
1915

20-
Live demo: [gor181.github.io/react-chartjs-2](http://gor181.github.io/react-chartjs-2/)
16+
Live demo: [jerairrest.github.io/react-chartjs-2](http://jerairrest.github.io/react-chartjs-2/)
2117

2218
To build the examples locally, run:
2319

@@ -220,14 +216,9 @@ You will find that any event which causes the chart to re-render, such as hover
220216

221217
To build, watch and serve the examples (which will also watch the component source), run `npm start`. If you just want to watch changes to `src` and rebuild `lib`, run `npm run watch` (this is useful if you are working with `npm link`).
222218

223-
## Thanks
224-
225-
Jed Watson for making react-component yo builder!
226219

227220
## License
228221

229222
MIT Licensed
230-
Copyright (c) 2016 Goran Udosic
223+
Copyright (c) 2017 Jeremy Ayerst
231224

232-
## Contributors
233-
Jeremy Ayerst [@jerairrest](https://github.com/jerairrest)

0 commit comments

Comments
 (0)