From ba7317ad6c714d195b7320aa0506a4203cfe0e86 Mon Sep 17 00:00:00 2001 From: Mike Hatch <4390485+mikeshatch@users.noreply.github.com> Date: Thu, 14 Mar 2019 12:57:21 -0500 Subject: [PATCH] Fixed a couple of typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86847be74b30..642af24673c1 100644 --- a/README.md +++ b/README.md @@ -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