Add `nvmrc` note to `nvm which` blurb.
diff --git a/README.markdown b/README.markdown
index 4eeddae..b0346c5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -43,7 +43,7 @@
## Usage
You can create an `.nvmrc` file containing version number in the project root directory (or any parent directory).
-`nvm use`, `nvm install`, `nvm exec`, and `nvm run` will all respect an `.nvmrc` file.
+`nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` will all respect an `.nvmrc` file when a version is not supplied.
To download, compile, and install the latest v0.10.x release of node, do this: