Commit 562ae519 562ae5191d3f222867033fa91abc1903c4c43d28 by Nicolas Perriault

added a note about sample examples repository

1 parent 1a54d7ee
......@@ -11,6 +11,8 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It
- download base64 encoded resources, even binary ones
- catch errors and react accordingly
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!
## Quickstart
In the following example, we'll query google for two terms consecutively, `capserjs` and `phantomjs`, and aggregate the result links in a standard Array. Then we'll output the result to the console:
......