Skip to content

Commit 9563a59

Browse files
committed
docs: Make it explicit that people shouldn't use @latest with npmcdn
1 parent 15de29e commit 9563a59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,16 @@ Or, if you'd like to use a standalone built file you can use the following scrip
5050
``` html
5151
<script src="https://npmcdn.com/contentful@latest/browser-dist/contentful.min.js"></script>
5252
```
53+
**It is not recommended to use the above URL for production.**
5354

5455
Using `contentful@latest` will always get you the latest version, but you can also specify a specific version number:
5556

5657
``` html
5758
<script src="https://npmcdn.com/contentful@3.0.0/browser-dist/contentful.min.js"></script>
5859
```
5960

61+
Check the [releases](https://github.com/contentful/contentful.js/releases) page to know which versions are available.
62+
6063
## Authentication
6164

6265
To get content from Contentful, an app should authenticate with an with an OAuth bearer token.

0 commit comments

Comments
 (0)