Skip to content

Commit

Permalink
fix: Fix broken links in Getting Started (fix #1403) (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq authored and longlho committed Aug 9, 2019
1 parent 4157047 commit 57f0748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ $ npm install react-intl --save

The `react-intl` npm package distributes the following modules (links from [unpkg](https://unpkg.com/)):

- [**CommonJS**](https://unpkg.com/react-intl@latest/lib/index.js):
- [**CommonJS**](https://unpkg.com/react-intl@latest/dist/index.js):
unbundled dependencies, `"main"` in `package.json`, warnings in dev.
- [**ES6**](https://unpkg.com/react-intl@latest/lib/index.es.js):
- [**ES6**](https://unpkg.com/react-intl@latest/dist/index.mjs):
unbundled dependencies, `"jsnext:main"` and `"module"` in `package.json`, warnings in dev.
- [**UMD dev**](https://unpkg.com/react-intl@latest/dist/react-intl.js):
bundled dependencies (except `react`), browser or Node, warnings.
Expand Down

0 comments on commit 57f0748

Please sign in to comment.