Commit 6eb73e0b 6eb73e0b6a25f00e0d53577eb2bac58c1998db1d by Nicolas Perriault

typo

1 parent 204ebcc8
...@@ -8,8 +8,9 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It ...@@ -8,8 +8,9 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It
8 - capturing screenshots of a page (or an area) 8 - capturing screenshots of a page (or an area)
9 - making assertions on remote DOM 9 - making assertions on remote DOM
10 - logging events 10 - logging events
11 - download base64 encoded resources, even binary ones 11 - downloading base64 encoded resources, even binary ones
12 - catch errors and react accordingly 12 - catching errors and react accordingly
13 - writing functional test suite, exporting results as JUnit XML (xUnit)
13 14
14 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). Don't hesitate to pull request for any cool example of yours as well! 15 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). Don't hesitate to pull request for any cool example of yours as well!
15 16
......