From fae793f0c39f977c635dab80367c76a3f9be3b1a Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 13 Feb 2018 12:23:42 +0100 Subject: [PATCH] Update tutorial_remixd_filesystem.rst --- docs/tutorial_remixd_filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_remixd_filesystem.rst b/docs/tutorial_remixd_filesystem.rst index 3143f84117..d045279307 100644 --- a/docs/tutorial_remixd_filesystem.rst +++ b/docs/tutorial_remixd_filesystem.rst @@ -9,7 +9,7 @@ The code of Remixd can be checked out `here Remixd can be globally installed using the following command: ``npm install -g remixd``. -Then ``remixd -S `` will start Remixd and share the given folder. +Then ``remixd -s `` will start Remixd and share the given folder. The folder is shared using a websocket connection between ``Remix IDE`` and ``Remixd``.