node.js: fix library path in caveats

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jasper van Wanrooy 2011-07-26 17:37:07 +02:00 committed by Adam Vandenberg
parent 2eab58fe7f
commit 4b69e3f78b

View file

@ -32,6 +32,6 @@ class Node < Formula
end
def caveats
"Please add #{HOMEBREW_PREFIX}/lib/node to your NODE_PATH environment variable to have node libraries picked up."
"Please add #{HOMEBREW_PREFIX}/lib/node_modules to your NODE_PATH environment variable to have node libraries picked up."
end
end