| Index: pkg/js/example/README.md
|
| diff --git a/pkg/js/example/README.md b/pkg/js/example/README.md
|
| index b5dd6fd0a78bdd5bab9775177b294210c02f435f..6e5403e71fee2241192fc462a08ca118b41abec8 100644
|
| --- a/pkg/js/example/README.md
|
| +++ b/pkg/js/example/README.md
|
| @@ -1,14 +1 @@
|
| -An example of using [Chart.js](aoeU).
|
| -
|
| -This example is ported from [this sample](https://github.com/nnnick/Chart.js/blob/b8691c9581bff0eeecb34f98e678dc045a18f33e/samples/line.html) in the `Chart.js` repository.
|
| -
|
| -To view the example, run `pub serve example` from the root directory of this project – the directory containing `pubspec.yaml`.
|
| -
|
| -```console
|
| -> pub serve example
|
| -Loading source assets...
|
| -Serving js example on http://localhost:8080
|
| -Build completed successfully
|
| -```
|
| -
|
| -You can view it with Dartium or any other browser.
|
| +See the [Chart.js Dart API](https://github.com/google/chartjs.dart/) for a usage example.
|
|
|