Skip to content

Commit 016bc13

Browse files
authored
Typo
1 parent 9c25a8f commit 016bc13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,15 +519,15 @@ $ docker run -it nvm-dev -h nvm-dev
519519
nvm@nvm-dev:~/.nvm$
520520
```
521521

522-
Please note that it'll take about 15 minutes to build the image and the image size would be about 1.2GB, so it's not sutable for production usage.
522+
Please note that it'll take about 15 minutes to build the image and the image size would be about 1.2GB, so it's not suitable for production usage.
523523

524524
For more information and documentation about docker, please refer to its official website:
525525
- https://www.docker.com/
526526
- https://docs.docker.com/
527527

528528
## Problems
529529

530-
- If you try to install a node version and the installation fails, be sure to delete the node downloads from src (~/.nvm/src/) or you might get an error when trying to reinstall them again or you might get an error like the following:
530+
- If you try to install a node version and the installation fails, be sure to delete the node downloads from src (`~/.nvm/src/`) or you might get an error when trying to reinstall them again or you might get an error like the following:
531531

532532
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
533533

@@ -539,7 +539,7 @@ For more information and documentation about docker, please refer to its officia
539539
nvm install -s 0.8.6
540540
```
541541

542-
- If setting the `default` alias does not establish the node version in new shells (i.e. `nvm current` yields `system`), ensure that the system's node PATH is set before the `nvm.sh` source line in your shell profile (see [#658](https://github.com/creationix/nvm/issues/658))
542+
- If setting the `default` alias does not establish the node version in new shells (i.e. `nvm current` yields `system`), ensure that the system's node `PATH` is set before the `nvm.sh` source line in your shell profile (see [#658](https://github.com/creationix/nvm/issues/658))
543543

544544
## Mac OS "troubleshooting"
545545

0 commit comments

Comments
 (0)