Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Fix typo in documentation, closes #10. Thanks for the report 🍰
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Jul 29, 2014
1 parent 2b0b4c2 commit 9cfa67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/client/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ above, you can follow these steps to setup a connection
// Define connection options:
var options = {
// Get the omnibus authentication token:
auth_token: '{{ OMNIBUS_AUTH_TOKEN }}'
authToken: '{{ OMNIBUS_AUTH_TOKEN }}'
};
// Create a new connection using transport, endpoint and options
Expand Down

0 comments on commit 9cfa67c

Please sign in to comment.