From 586b5ad927b3bd3a414a634a04d4b92028cc3305 Mon Sep 17 00:00:00 2001 From: Vlad Uspensky Date: Fri, 13 Oct 2017 16:10:38 -0400 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45a8df5..a4455c0 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ There are two different ways to use `sbt-settings` configuration: ``` lazy val root = (project in file(".")) - .driverLibrary("Name-Of-Your-Library") - .settings(lintingSettings ++ formatSettings) - ``` + .driverLibrary("Name-Of-Your-Library") + .settings(lintingSettings ++ formatSettings) + ``` Do `sbt reload` after adding a plugin and changing project configuration. -- cgit v1.2.3