Skip to content

Commit

Permalink
Merge pull request #2 from abhinaykumar/patch-1
Browse files Browse the repository at this point in the history
Comma is not required
  • Loading branch information
Gugic authored Jul 29, 2016
2 parents f808ce7 + 1cd3d85 commit 4c1ae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Just pass correct credentials to **ApiAiRuby::Client** constructor

```ruby
client = ApiAiRuby::Client.new(
:client_access_token => 'YOUR_CLIENT_ACCESS_TOKEN',
:client_access_token => 'YOUR_CLIENT_ACCESS_TOKEN'
)
```
After that you can send text requests to the https://api.ai with command
Expand Down

0 comments on commit 4c1ae07

Please sign in to comment.