diff --git a/README.md b/README.md index 330fdb1..7cb0142 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ i18next.use(printKeys).init({ }) ``` +### Example + +```js +i18next.t('key') // key +i18next.t('key', { count: 1 }) // key {"count":1} +``` + ## Releasing This extension uses [semantic-release](https://github.com/semantic-release/semantic-release) to automatically increment the release based on the commit message. Checkout [their docs](https://github.com/semantic-release/semantic-release#how-does-it-work) for more details.