-
-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update installation.mdx (#1084)
It read "So an url," so I merely changed the an to a.
- Loading branch information
1 parent
cb47d50
commit a73ebf3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]/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/[email protected]/dist/immer.umd.production.min.js instead. Substitute `production.min` with `development` in the URL for a development build. | ||
|
||
## Pick your Immer version | ||
|
||
|