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 ...@@ -11,6 +11,8 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It
11 - download base64 encoded resources, even binary ones 11 - download base64 encoded resources, even binary ones
12 - catch errors and react accordingly 12 - catch errors and react accordingly
13 13
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
14 ## Quickstart 16 ## Quickstart
15 17
16 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: 18 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:
......