We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea539f commit 0cb4134Copy full SHA for 0cb4134
1 file changed
example/README.md
@@ -3,7 +3,7 @@
3
Please insert your `clientAccessToken` and may set another language in the `App.js` before starting the app!
4
```
5
ApiAi.setConfiguration(
6
- "INSERT_YOUR_CLENT_ACCESS_TOKEN_HERE", ApiAi.LANG_GERMAN
+ "INSERT_YOUR_CLIENT_ACCESS_TOKEN_HERE", ApiAi.LANG_GERMAN
7
);
8
9
<img src="screenshot.png" width="60%">
0 commit comments