diff --git a/README.md b/README.md index 334678b2..7b753025 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,13 @@ Using Orejime 🍪 requires a few steps: The easiest way to use the lib is to include the built files directly in the browser. ```html - - + + ``` +If you're using this method, please avoid using the `@latest` version. Prefer a fixed one like `https://unpkg.com/orejime@2.0.1/...`. +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. + #### Via npm Orejime 🍪 is a React lib. Make sure you already installed react and react-dom, then: