node: fix typo in caveats.
Closes Homebrew/homebrew#9124. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
77604462f5
commit
5458c37c31
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Node < Formula
|
|||
installation:
|
||||
curl http://npmjs.org/install.sh | sh
|
||||
|
||||
After installing, add the following path to your NODE_PATH enviornment
|
||||
After installing, add the following path to your NODE_PATH environment
|
||||
variable to have npm libraries picked up:
|
||||
#{HOMEBREW_PREFIX}/lib/node_modules
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue