Skip to content

Commit

Permalink
Update 01-introduction.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alvassin committed May 8, 2019
1 parent a808e3f commit 7e34d66
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 7e34d66

Please sign in to comment.