node: fix typo in caveats.

Closes Homebrew/homebrew#9124.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Pedro Alcocer 2011-12-14 19:57:28 -05:00 committed by Misty De Meo
parent 77604462f5
commit 5458c37c31

View file

@ -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