aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Uspensky <v.uspenskiy@icloud.com>2017-10-13 16:10:38 -0400
committerGitHub <noreply@github.com>2017-10-13 16:10:38 -0400
commit586b5ad927b3bd3a414a634a04d4b92028cc3305 (patch)
tree120740048ba3f3d7d7e20ddd8134988025286d63
parentf7530f73f143364136917dc4e88ca897c772ac35 (diff)
downloadsbt-settings-586b5ad927b3bd3a414a634a04d4b92028cc3305.tar.gz
sbt-settings-586b5ad927b3bd3a414a634a04d4b92028cc3305.tar.bz2
sbt-settings-586b5ad927b3bd3a414a634a04d4b92028cc3305.zip
Update 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.