From 98e776027191283ef6637d8cc6b3bbc3d096a7b0 Mon Sep 17 00:00:00 2001 From: Ranhiru Cooray Date: Mon, 5 Oct 2015 22:14:16 +0800 Subject: [PATCH] WIP - Fixed spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b207073..96f423f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ gem 'autoprefixer-rails', '~> x.x.x' ``` > Semantic UI is using [autoprefixer](https://github.com/postcss/autoprefixer) (in our case [autoprefixer-rails](https://github.com/ai/autoprefixer-rails)) -> to appending additional CSS vendor-prefixes for improve compatibility with different browsers. -> Without it some parts of Semantic UI (i.e. transitions or modal dialogs because they depends to transitions) won't works in some browsers. +> to append additional CSS vendor-prefixes for improved compatibility with different browsers. +> Without it, some parts of Semantic UI (i.e. transitions or modal dialogs because they depends on transitions) won't work in some browsers. > You can remove this gem if you don't use such functionality of Semantic UI. > > P.S. I hope in the future this hack will be unnecessary.