From 411070f21c2fb1899aded743a39052040dd2985e Mon Sep 17 00:00:00 2001 From: Wang Qiu Date: Thu, 7 Aug 2014 14:04:34 +0800 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb732e7..ecb82ba 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ $ wdm update --standalone // install selenium and webdrivers Then install `viff` command line. ``` -npm install -g coffee-script && npm install -g viff +npm install -g viff ``` -No need to install coffee-script if you already have it, of course. ## Examples @@ -147,6 +146,8 @@ And integrated `viffclient.post` method in your functional testing code. Check m # History +2014-08-07 **viff@0.10.3** no need to install `coffee-script` before hand. + 2014-06-08 **viff@0.10.x** could use multi viff instances to improve testing performance (`maxInstance` property). 2014-05-18 **viff@0.9.0** finally replace `canvas` by `phantomjs`, so easy installation starts from now, even in Windows System.