diff --git a/README.md b/README.md index 6194fc7..7faef44 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,11 @@ You can create a `.nvmrc` file containing version number in the project root dir For example, to make nvm default to the latest 5.9 release for the current directory: +.nvmrc file: +``` +5.9 +``` + ```sh $ echo "5.9" > .nvmrc