diff options
| author | Pedro Alcocer | 2011-12-14 19:57:28 -0500 |
|---|---|---|
| committer | Misty De Meo | 2011-12-14 19:07:48 -0600 |
| commit | 911726fb59eea59736946482a7a7e837dd3444ec (patch) | |
| tree | ae8dbb0fd26b38e8341f1b183e63c21865d09f14 | |
| parent | b4093d335ec810e8cc47cbe58bbd7d3d40595c1d (diff) | |
| download | homebrew-911726fb59eea59736946482a7a7e837dd3444ec.tar.bz2 | |
node: fix typo in caveats.
Closes #9124.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 6e626b3a2..1bebb05f9 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -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 |
