diff --git a/README.md b/README.md index 9c894329..3f9e0339 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ember Page Objects [![Build Status](https://travis-ci.org/san650/ember-cli-page-object.svg?branch=master)](https://travis-ci.org/san650/ember-cli-page-object) Represent the screens of your web app as a series of objects. This ember-cli -addon ease the construction of these objects on your acceptance tests. +addon eases the construction of these objects on your acceptance tests. ## What is a Page Object? diff --git a/package.json b/package.json index 1e617828..2da043a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-cli-page-object", "version": "0.8.1", - "description": "Helper functions to implement the Page Object pattern in your tests", + "description": "This ember-cli addon eases the construction of page objects on your acceptance tests", "homepage": "http://san650.github.io/ember-cli-page-object/", "bugs": "https://github.com/san650/ember-cli-page-object/issues", "directories": {