Skip to content

Commit

Permalink
Merge 7e34d66 into a808e3f
Browse files Browse the repository at this point in the history
  • Loading branch information
alvassin committed May 8, 2019
2 parents a808e3f + 7e34d66 commit 33c949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/01-introduction.rst
Expand Up @@ -100,7 +100,7 @@ Javascript client code:

.. code-block:: javascript
RPC = WSRPC("ws://127.0.0.1:8000/ws/");
RPC = new WSRPC("ws://127.0.0.1:8000/ws/");
RPC.connect();
RPC.call('kw.set', {'key': 'foo', 'value': 'bar'}).then(function (result) {
Expand Down

0 comments on commit 33c949c

Please sign in to comment.