From 46a7eaea7da47b378f3b92b71d36a0c2b983a11f Mon Sep 17 00:00:00 2001 From: fardog Date: Sat, 20 Dec 2014 17:49:06 -0800 Subject: [PATCH] Better information around CLI's phantomjs requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4117016..a396e1686 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ graph LR Installing mermaid globally (`npm install -g mermaid`) will expose the `mermaid` command to your environment, allowing you to generate PNGs from any file containing mermaid markup via the command line. -**Note:** The `mermaid` command requires PhantomJS to be installed and available in your *$PATH*. You can specify it's location with the `-e` option. +**Note:** The `mermaid` command requires [PhantomJS](http://phantomjs.org/) (version `^1.9.0`) to be installed and available in your *$PATH*, or you can specify it's location with the `-e` option. For most environments, `npm install -g phantomjs` will satisfy this requirement. ## Usage