From f802f6e122fab4cde36d8ba608226ba7059b6fa4 Mon Sep 17 00:00:00 2001 From: ShaggyYeti Date: Tue, 24 Jun 2014 19:32:31 +0300 Subject: [PATCH] fix readme.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b54430..06fe84b 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ gem install compass ``` * If you want to set output directory = `css`, then add to `build.sbt` next line: - ``` - sassPublicDir in Assets := "css" - ``` +``` +sassPublicDir in Assets := "css" +``` and include in templates: - ``` - - ``` +``` + +``` Example of play-project: [example][example]