Chromium Code Reviews| Index: pkg/js/README.md |
| diff --git a/pkg/js/README.md b/pkg/js/README.md |
| index ff9501b1abb66dc3457b61869ade4a8338c75885..86f5939787de340a078fb0f4f1b9fabdfd5466a5 100644 |
| --- a/pkg/js/README.md |
| +++ b/pkg/js/README.md |
| @@ -20,7 +20,7 @@ If you are passing a Dart function to a JavaScript API, you must wrap it using |
| ### Examples |
| -There is a [full example](https://github.com/dart-lang/sdk/tree/master/pkg/js/example) hosted with the `package:js` source code. |
| +See the [Chart.js Dart API](https://github.com/google/chartjs.dart/) for a usage example. |
|
Jacob
2015/11/17 19:04:50
nit: for a usage example --> for an end to end exa
kevmoo
2015/11/17 19:10:00
Done.
|
| #### Calling methods |