From 9cfa67c42914c1b8da1429d7a517ec780701c91f Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Tue, 29 Jul 2014 18:34:06 +0200 Subject: [PATCH] Fix typo in documentation, closes #10. Thanks for the report :cake: --- docs/source/client/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/client/installation.rst b/docs/source/client/installation.rst index 56b793c..f1e141a 100644 --- a/docs/source/client/installation.rst +++ b/docs/source/client/installation.rst @@ -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