[docs] update README to fix docker run command flag order

Kayla Altepeter 2018-10-18 22:30:05 -05:00 committed by Jordan Harband
parent 2a294ebd61
commit 423252a99c
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ nvm-dev latest 9ca4c57a97d8 7 days ago 6
If you got no error message, now you can easily involve in:
```sh
$ docker run -it nvm-dev -h nvm-dev
$ docker run -h nvm-dev -it nvm-dev
nvm@nvm-dev:~/.nvm$
```