Skip to content

Commit

Permalink
docs: Update installation.mdx (#1084)
Browse files Browse the repository at this point in the history
It read "So an url," so I merely changed the an to a.
  • Loading branch information
MUHAMMADMUKHTARSULEIMAN committed Mar 9, 2024
1 parent cb47d50 commit a73ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Immer can be installed as a direct dependency, and will work in any ES5 environm
- CDN: Exposed global is `immer`
- Unpkg: `<script src="https://unpkg.com/immer"></script>`
- JSDelivr: `<script src="https://cdn.jsdelivr.net/npm/immer"></script>`
- ⚠️ When using a CDN, it is best to check the url in your browser and see what version it resolves to, so that your users aren't accidentally served a newer version in the future when updates are release. So use an url like: https://unpkg.com/immer@6.0.3/dist/immer.umd.production.min.js instead. Substitute `production.min` with `development` in the URL for a development build.
- ⚠️ When using a CDN, it is best to check the url in your browser and see what version it resolves to, so that your users aren't accidentally served a newer version in the future when updates are release. So use a url like: https://unpkg.com/immer@6.0.3/dist/immer.umd.production.min.js instead. Substitute `production.min` with `development` in the URL for a development build.

## Pick your Immer version

Expand Down

0 comments on commit a73ebf3

Please sign in to comment.