diff --git a/README.md b/README.md index 7319841ed7..7b8174457d 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ math.scope(() => { #### ES3/ES5 JavaScript You can also use **deeplearn.js** with plain JavaScript. Load the latest version -of the library directly from the Google CDN: +of the library from [unpkg](https://unpkg.com): ```html - + ``` To use a specific version, replace `latest` with a version number @@ -105,8 +105,8 @@ To build a standalone ES5 library that can be imported in the browser with a `