Skip to content

Commit

Permalink
Update import in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Nov 14, 2023
1 parent 9dde876 commit 5056177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ A demo project can be found at https://github.com/phrase/ota-web-demo

### Basic usage

```
npm install --save @phrase/i18next-backend
```

```javascript
import i18n from "i18next";
import { I18nextPhraseBackend } from "i18next-phrase-backend";
import { I18nextPhraseBackend } from "@phrase/i18next-backend";

i18n
.use(I18nextPhraseBackend)
Expand Down

0 comments on commit 5056177

Please sign in to comment.