File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ Using Orejime 🍪 requires a few steps:
2525The easiest way to use the lib is to include the built files directly in the browser.
2626
2727``` html
28- <link rel =" stylesheet" href =" https://unpkg.com/orejime@1.2.4 /dist/orejime.css" />
29- <script src =" https://unpkg.com/orejime@1.2.4 /dist/orejime.js" ></script >
28+ <link rel =" stylesheet" href =" https://unpkg.com/orejime@latest /dist/orejime.css" />
29+ <script src =" https://unpkg.com/orejime@latest /dist/orejime.js" ></script >
3030```
3131
32+ If you're using this method, please avoid using the ` @latest ` version. Prefer a fixed one like ` https://unpkg.com/orejime@2.0.1/... ` .
33+ That way you can ensure you will not be impacted by a change of API or a potential bug that could land in the latest version.
34+
3235#### Via npm
3336
3437Orejime 🍪 is a React lib. Make sure you already installed react and react-dom, then:
You can’t perform that action at this time.
0 commit comments