From 5fbfed111bc92f0a9172d4221b4b7ef3edead790 Mon Sep 17 00:00:00 2001 From: Johannes Emerich Date: Fri, 16 Mar 2012 21:48:19 +0100 Subject: [PATCH] Fix heading hierarchy in Readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b2f44a..d2e19bd 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ play-stylus ------------ +=========== [stylus] [1] asset handling for [Play 2.0] [2], implemented as an [sbt] [3] plugin (very similar to Play's handling of CoffeeScript and LESS). Prerequisites -============= +------------- The plugin assumes the availability of the `stylus` executable. With node.js and npm installed, run @@ -16,7 +16,7 @@ to install stylus globally, thereby installing not only the module, but also the executable. Installation -============ +------------ In your Play application folder, add @@ -27,14 +27,14 @@ to `project/plugins.sbt`. The plugin automatically registers for compilation of `app/assets/**/*.styl`, that is all stylus files in your `app/assets` directory. sbt settings -============ +------------ - `compile:resource-generators`: The stylus file watcher is beind added here - `play-stylus-entry-points`: All files matching `app/assets/**/*.styl`, except files starting in an underscore - `play-stylus-options`: Currently not in use License -======= +------- Copyright (c) 2012 Johannes Emerich