From c4a9303b292c03effc4160a3e150afadc771264a Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 12 Jun 2011 12:27:04 -0500 Subject: Correct code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1fb881c..ae8c793 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ There is also a decent amount of back end setup that needs to happen before the ### Rebuilding CSS ### To Rebuild the css file, first download and install the [YUI Compressor](https://github.com/yui/yuicompressor), then run: -> java -jar yuicompressor.jar style.dev.css > style.css + java -jar yuicompressor.jar style.dev.css > style.css -- cgit v1.2.3-59-ga6da