Skip to content

Commit db4527b

Browse files
authored
Updated save-dev
1. Changed `-D` to `--save-dev`, and moved it between install and react-intl-translations-manager. 2. `Please do not include` to be more friendly.
1 parent e026f43 commit db4527b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ yarn add --dev react-intl-translations-manager
3939
or
4040

4141
```
42-
npm i react-intl-translations-manager -D
42+
npm i --save-dev react-intl-translations-manager
4343
```
4444

4545
## Setup
@@ -118,7 +118,7 @@ these messages.
118118
- `languages` (optional, default: `[]`)
119119
- What languages the translation manager needs to maintain. Specifying no
120120
languages actually doesn't make sense, but won't break the translationManager
121-
either. (Do not include the default language, react-intl will automatically include it.)
121+
either. (Please do not include the default language, react-intl will automatically include it.)
122122
- example: for `['nl', 'fr']` the translation manager will maintain a
123123
`nl.json`, `fr.json`, `whitelist_nl.json` and a `whitelist_fr.json` file
124124
- `singleMessagesFile` (optional, default: `false`)

0 commit comments

Comments
 (0)