From 63f41cf1553f52693d35cd2392480afb6a15a694 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 16 Apr 2019 19:45:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1189f2..d7add51 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a sample project to go along with the "try" quick start for the VS Code Using the sample: 1. **[Windows]** Disable automatic line ending conversion for Git on the *Windows side* (given Linux and Windows use different line endings). Run: `git config --global core.autocrlf false` -2. Follow the steps at [https://aka.ms/vsocde-remote/containers/getting-started](https://aka.ms/vsocde-remote/containers/getting-started). +2. Follow the steps at [https://aka.ms/vscode-remote/containers/getting-started](https://aka.ms/vscode-remote/containers/getting-started). 3. Run `yarn install` 4. Launch the application, edit, and try things out!