From a4d2e0f2a5485316a6fe421c03c80689ea8cf6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20R=C3=B8en?= Date: Sun, 21 Feb 2016 15:45:12 +0100 Subject: [PATCH] Readme tweaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)