README.md in capy-1.2.0 vs README.md in capy-1.3.0
- old
+ new
@@ -29,9 +29,22 @@
Change the browser:
$ capy -b firefox example.capy
+### JavaScript Mode
+
+ # example.js
+
+ location 'http://www.wikipedia.org/'
+ ...
+
+run capy with '-j' option
+
+ $ capy -j example.js
+
+See also the [examples](https://github.com/jugyo/capy/tree/master/examples).
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)