aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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.