README.md in page_object-1.1.2 vs README.md in page_object-1.1.3

- old
+ new

@@ -6,9 +6,11 @@ [![Dependency Status](https://gemnasium.com/bootstraponline/page_object.svg?nocache)](https://gemnasium.com/bootstraponline/page_object) `page_object` is a fork of the page-object gem with bug fixes. +Usage: `require 'page_object'` + A simple gem that assists in creating flexible page objects for testing browser based applications. The goal is to facilitate creating abstraction layers in your tests to decouple the tests from the item they are testing and to provide a simple interface to the elements on a page. It works with both watir-webdriver and selenium-webdriver. ## Documentation The project [wiki](https://github.com/cheezy/page-object/wiki/page-object) is the first place to go to learn about how to use page-object.