Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 1c151b4

Browse files
committed
Updated REAME.md release history
1 parent 1d2baab commit 1c151b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ casper.then(function() {
181181
phantomcss.screenshot('#todo-app', 'Item checked off');
182182
});
183183
```
184-
You can also use ```casper.thenOpen``` to load a new url and continue testing in subsequent files instead of casper.start.
184+
You can also use ```casper.thenOpen``` to load a new url and continue testing in subsequent files instead of ```casper.start```.
185185

186186

187187
See the [CasperJS documentation](http://casperjs.readthedocs.org/en/latest/modules/casper.html) and the [PhantomCSS documentation](https://github.com/Huddle/PhantomCSS) for more information on using CasperJS and PhantomCSS.
@@ -191,6 +191,8 @@ See the [CasperJS documentation](http://casperjs.readthedocs.org/en/latest/modul
191191
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
192192

193193
## Release History
194+
* 2014-02-23   v0.2.2   Added multiple file example to README.md
195+
* 2014-02-07   v0.2.1   Fixed ResembleJS path issue
194196
* 2014-01-07   v0.2.0   Merged updates from Larry Davis
195197
* 2013-10-24   v0.1.1   Added the ability to use an external server
196198
* 2013-10-24   v0.1.0   Initial Release

0 commit comments

Comments
 (0)