Commit 51b7072c 51b7072cb6929dd15727351337af866d9f2ee7a7 by Nicolas Perriault

Fixes #689 - updated README with installation instructions for 1.1 beta

1 parent 4949424c
...@@ -40,6 +40,8 @@ Follow the CasperJS project [on twitter](https://twitter.com/casperjs_org) and [ ...@@ -40,6 +40,8 @@ Follow the CasperJS project [on twitter](https://twitter.com/casperjs_org) and [
40 40
41 ## Show me some code! 41 ## Show me some code!
42 42
43 First [install CasperJS](http://docs.casperjs.org/en/latest/installation.html), we'll use 1.1 beta here.
44
43 Sample test to see if some dropdown can be opened: 45 Sample test to see if some dropdown can be opened:
44 46
45 ```javascript 47 ```javascript
......