diff --git a/README.md b/README.md index 56aea4f..e66cfac 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ console.log(I18n.translate('text to translate %s', 'argument1')); console.log(JSON.stringify(I18n.getTranslatedObject('text to translate %s and %s', 'argument1', 'argument2'))); ``` -You can place your `i18n` folder in root of adapter or in `lib` folder. If your `i18n` files are in `lib` directory, so call the `init` function like this: +You can place your `i18n` folder in root of adapter or in `lib` folder. If your `i18n` folder containing the internationalisation files is in `lib` directory, call the `init` function like this: ```javascript const { join } = require('node:path');