From eb72b95f9b50f39b481dbfba2a6203b13e22c0bc Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 18 Apr 2019 22:37:56 -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 ef64e29f06..0c737e1c63 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To add a dev container definition in your project, you can either: and select either the **Remote-Containers: Create Container Configuration File...** or **Remote-Containers: Reopen Folder in Container** commands. 3. Follow the directions and pick a development container definition when the list appears. -- Or manually copy the contents of one of the `containers` sub-folders into your project. Typically you can just copy the `.devcontainer` folder into your project and ignore everything else. See the `README` for details. +- Or manually copy the contents of one of folders in the `containers` directory into your project. Typically you can just copy the `.devcontainer` folder ignore everything else. See the definition's `README` for details. ## Trying a definition