Skip to content

Commit

Permalink
[docs] update README to fix docker run command flag order
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltepeter authored and ljharb committed Oct 19, 2018
1 parent 2a294eb commit 423252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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$
```
Expand Down

0 comments on commit 423252a

Please sign in to comment.