Archived
1
0

Fixed a couple of typos (#243)

This commit is contained in:
Mike Hatch 2019-03-14 17:32:18 -05:00 committed by Kyle Carberry
parent 2e53bb6690
commit 98cad8ae69

View File

@ -33,7 +33,7 @@ See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile)
### Binaries
1. [Download a binary](https://github.com/codercom/code-server/releases) (Linux and OSX supported. Windows coming soon)
1. [Download a binary](https://github.com/codercom/code-server/releases) (Linux and OS X supported. Windows coming soon)
2. Start the binary with the project directory as the first argument
```
@ -59,7 +59,7 @@ How to [secure your setup](/doc/security/ssl.md).
### Future
- Windows support.
- Electron and ChromeOS applications to bridge the gap between local<->remote.
- Electron and Chrome OS applications to bridge the gap between local<->remote.
- Run VS Code unit tests against our builds to ensure features work as expected.
## Contributing