We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a722b4e commit ac6c3d5Copy full SHA for ac6c3d5
README.md
@@ -79,6 +79,10 @@ for plain browser:
79
<!-- an example can be found in example/jquery/index.html -->
80
```
81
82
+```js
83
+i18next.use(i18nextHttpBackend).init(i18nextOptions);
84
+```
85
+
86
- As with all modules you can either pass the constructor function (class) to the i18next.use or a concrete instance.
87
- If you don't use a module loader it will be added to `window.i18nextHttpBackend`
88
0 commit comments