From 6fdb074d02d646b03711250e9548fa367cf864e6 Mon Sep 17 00:00:00 2001 From: gasmyr Date: Thu, 22 Feb 2018 23:15:18 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 688fa28..b143b97 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ Once you've added the SDK library, follow these steps: compile 'ai.api:libai:1.6.12' ``` -to yor app level gradle file. +to your app level gradle file. ) - ```java + ```java public interface AIListener { void onResult(AIResponse result); // here process response void onError(AIError error); // here process error @@ -97,7 +97,7 @@ to yor app level gradle file. void onListeningCanceled(); // indicate stop listening here void onListeningFinished(); // indicate stop listening here } - ``` + ``` 3. Create an instance of AIConfiguration, specifying the access token, locale, and recognition engine. @@ -587,4 +587,4 @@ See [LICENSE](LICENSE). ## Terms Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/). -This is not an official Google product. \ No newline at end of file +This is not an official Google product.