From 8bdc041f32679420a73070aa92aa0ef955e9a35a Mon Sep 17 00:00:00 2001 From: Aleksey V Zapparov Date: Fri, 24 Aug 2012 03:03:30 +0200 Subject: [PATCH] Add info in version of ported SProckets --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 685aa7ed..a7d8b0f2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Mincer - assets processor [![Build Status](https://secure.travis-ci.org/nodeca/mincer.png)](http://travis-ci.org/nodeca/mincer) -JavaScript port of Sprockets. It features same declarative dependency management -(with exactly same language) for CSS and JavaScript and preprocessor pipeline. -Mincer allows you to write assets in the languages like: CoffeeScript, LESS, Stylus. +JavaScript port of Sprockets (v2.4.3). It features same declarative dependency +management (with exactly same language) for CSS and JavaScript and preprocessor +pipeline. Mincer allows you to write assets in the languages like: CoffeeScript, +LESS, Stylus. See [Sprockets][1] and [Mincer API Documentation][2] for more details.