From 8b14f369a1f919a69720b2d50e9759d4ca7e52df Mon Sep 17 00:00:00 2001 From: Christopher Dieringer Date: Sun, 11 Oct 2020 15:02:03 -0700 Subject: [PATCH] docs: update README.md Co-authored-by: Jordan Harband --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1c451..4a89081 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not conta #### Installing in Docker -To install `nvm` in Docker, you may need to prepare you image's environment -in advanced in order to use `node` & `npm`. Here's a winning recipe: +To install `nvm` in Docker, you may need to prepare your image's environment in advance in order to use `node` & `npm`. Here's a winning recipe: ```Dockerfile # set your target node version