From 4c8fea7882807a7d1422d0e9abe1000d37c792d0 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 25 Oct 2018 10:18:28 -0400 Subject: [PATCH] two-way --- bin/remixd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/remixd b/bin/remixd index 419c70a42b..566f8a231f 100755 --- a/bin/remixd +++ b/bin/remixd @@ -9,7 +9,7 @@ var fs = require('fs-extra') program .usage('-s ') -.description('Provide a two ways connection between the local computer and Remix IDE') +.description('Provide a two-way connection between the local computer and Remix IDE') .option('--remix-ide ', 'URL of remix instance allowed to connect to this web sockect connection') .option('-s, --shared-folder ', 'Folder to share with Remix IDE') .option('--read-only', 'Treat shared folder as read-only (experimental)')