diff --git a/README.md b/README.md index 9b4a7ff..a703ffa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Autoprefixer for Ember CLI [![Build Status](https://travis-ci.org/kimroen/ember-cli-autoprefixer.svg?branch=master)](https://travis-ci.org/kimroen/ember-cli-autoprefixer) -This addon runs the styles of your EmberCLI-project through -`autoprefixer`. +This addon runs the styles of your Ember CLI-project through +Autoprefixer. ## Install To install, run @@ -24,11 +24,11 @@ var app = new EmberApp(defaults, { This would prefix styles as required by the two latest version of ios, and disable the cascade (see below). -You can disable autoprefixer by passing in `enabled: false`. +You can disable Autoprefixer by passing in `enabled: false`. Other options would also go here along with `browsers`, `enabled` and `cascade`. -You can read more about these settings and others [over on the autoprefixer page](https://github.com/postcss/autoprefixer#options). +You can read more about these settings and others [over on the Autoprefixer page](https://github.com/postcss/autoprefixer#options). ## References - [Autoprefixer](https://github.com/postcss/autoprefixer)