Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<link rel="stylesheet" href="https://unpkg.com/orejime@1.2.4/dist/orejime.css" />
<script src="https://unpkg.com/orejime@1.2.4/dist/orejime.js"></script>
<link rel="stylesheet" href="https://unpkg.com/orejime@latest/dist/orejime.css" />
<script src="https://unpkg.com/orejime@latest/dist/orejime.js"></script>
```

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:
Expand Down