1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Add link to latest release docs in README

Avoids confusion about unreleased features
This commit is contained in:
Jon Leighton 2013-01-28 13:44:03 +00:00
parent e555518796
commit 0e86acb01d

View file

@ -6,6 +6,11 @@ Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It
run your Capybara tests on a headless [WebKit](http://webkit.org) browser,
provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/jonleighton/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.0.2).](https://github.com/jonleighton/poltergeist/tree/v1.0.2)**
## Installation ##
Add `poltergeist` to your Gemfile, and in your test setup add: