Commit dcba4fdb dcba4fdb601effb39c057c7943f02ccf45d4d4ad by Nicolas Perriault

minor fixes and enhancements for README

1 parent 1a863e43
...@@ -4,7 +4,7 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www. ...@@ -4,7 +4,7 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.
4 It eases the process of defining a full navigation scenario and provides useful 4 It eases the process of defining a full navigation scenario and provides useful
5 high-level functions, methods & syntaxic sugar for doing common tasks such as: 5 high-level functions, methods & syntaxic sugar for doing common tasks such as:
6 6
7 - defining & ordering [navigation steps](http://casperjs.org/#phantom_Casper_run) 7 - defining & ordering [navigation steps](http://casperjs.org/#quickstart)
8 - [filling forms](http://casperjs.org/#phantom_Casper_fill) 8 - [filling forms](http://casperjs.org/#phantom_Casper_fill)
9 - [clicking links](http://casperjs.org/#phantom_Casper_click) 9 - [clicking links](http://casperjs.org/#phantom_Casper_click)
10 - [capturing screenshots](http://casperjs.org/#phantom_Casper_captureSelector) of a page (or an area) 10 - [capturing screenshots](http://casperjs.org/#phantom_Casper_captureSelector) of a page (or an area)
...@@ -12,15 +12,16 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as: ...@@ -12,15 +12,16 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as:
12 - [logging](http://casperjs.org/#logging) & [events](http://casperjs.org/#events-filters) 12 - [logging](http://casperjs.org/#logging) & [events](http://casperjs.org/#events-filters)
13 - [downloading base64](http://casperjs.org/#phantom_Casper_download) encoded resources, even binary ones 13 - [downloading base64](http://casperjs.org/#phantom_Casper_download) encoded resources, even binary ones
14 - catching errors and react accordingly 14 - catching errors and react accordingly
15 - writing [functional test suite](http://casperjs.org/#testing), exporting results as JUnit XML (xUnit) 15 - writing [functional test suites](http://casperjs.org/#testing), exporting results as JUnit XML (xUnit)
16 16
17 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). 17 Browse the [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples).
18 Don't hesitate to pull request for any cool example of yours as well! 18 Don't hesitate to pull request for any cool example of yours as well!
19 19
20 **Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.** 20 **Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.**
21 21
22 Subscribe to the [project mailing-list](https://groups.google.com/forum/#!forum/casperjs) 22 Subscribe to the [project mailing-list](https://groups.google.com/forum/#!forum/casperjs)
23 23
24 Follow [@casperjs_org on twitter](https://twitter.com/casperjs_org).
24 25
25 ## Contributing to the docs 26 ## Contributing to the docs
26 27
......