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