From 24fafae4cb383b89b8de3379ee290734bafd9cbb Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Tue, 21 Aug 2012 10:00:55 -0300 Subject: [PATCH] fix link to csscomb.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c068804..a4cc261 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Plugin based on CSScomb algorithm. The algorithm of CSScomb simulates web-technologists actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, hacks and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser "thinks" as a person editing the text, not as a blind robot parsing CSS. -For more info, online demo and tests see [http://csscomb.com/](csscomb.com) +For more info, online demo and tests see [csscomb.com](http://csscomb.com/) ## Installation