Merge pull request #4 from MagicShoebox/patch-1

Fix typo in README.md
This commit is contained in:
Chuck Lantz
2019-09-09 08:59:29 -05:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ Follow these steps to open this sample in a container:
## Things to try ## Things to try
One you have this sample opened in a container, you'll be able to work with it like you would locally. Once you have this sample opened in a container, you'll be able to work with it like you would locally.
> **Note:** This container runs as a non-root user with sudo access by default. Comment out `"runArgs":["-u", "1000"]` in `.devcontainer/devcontainer.json` if you'd prefer to run as root. > **Note:** This container runs as a non-root user with sudo access by default. Comment out `"runArgs":["-u", "1000"]` in `.devcontainer/devcontainer.json` if you'd prefer to run as root.