fixes example call to generate i18n extracts (#225)

This commit is contained in:
riot 2021-04-14 10:03:06 +02:00 committed by GitHub
parent 17dfbbed84
commit 0809e065ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Add a script to your project's `package.json`:
}
...
```
You can now run `npm run extract-i18n` and it will extract strings from your project.
You can now run `npm run i18n:extract` and it will extract strings from your project.
## Usage