Merge pull request #62 from fulldecent/patch-1

Two-way connection
remixd
yann300 6 years ago committed by GitHub
commit 05ca2b03d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      bin/remixd

@ -20,7 +20,7 @@ Remixd needs `npm` and `node`
```
Usage: remixd -s <shared folder>
Provide a two ways connection between the local computer and Remix IDE.
Provide a two-way connection between the local computer and Remix IDE.
Options:

@ -9,7 +9,7 @@ var fs = require('fs-extra')
program
.usage('-s <shared folder>')
.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>', 'URL of remix instance allowed to connect to this web sockect connection')
.option('-s, --shared-folder <path>', 'Folder to share with Remix IDE')
.option('--read-only', 'Treat shared folder as read-only (experimental)')

Loading…
Cancel
Save