aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b11e66e..4f138a5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Do `sbt reload` after adding a plugin and configure a project:
lazy val root = (project in file("."))
.settings (name := "Name-Of-Your-Project")
- .integrationTestingConfiguration // Enable integration tests, test-all command
+ .integrationTestingConfiguration // Enable integration tests
.buildInfoConfiguration // Build info accessible in app code