From ca9413942b86b4f3eb6504ad78c4fdb52ce37487 Mon Sep 17 00:00:00 2001 From: Jeffrey Heer Date: Thu, 11 Apr 2013 16:40:47 -0700 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4fa726f87..9076ef2779 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ to rendered PNG or SVG: Within the Vega project directories, you can invoke these utilities using `./bin/vg2png` or `./bin/vg2svg`. If you import Vega using npm, these commands -are accessible either locally (`./node_modules/bin/vg2png`) or globally +are accessible either locally (`node_modules/.bin/vg2png`) or globally (`vg2png`) depending on how you install the Vega package. ### Using Vega in node.js Projects