diff --git a/README.md b/README.md index b226f4e..24afe0c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ addSbtPlugin("com.github.daniel-shuy" % "sbt-scripted-scalatest" % "0.1.0") ### Step 4: Configure `test` script -Put __only__ the following in the `test` script file: +Put __only__ the following in the `sbt-test///test` script file: `> scripted-scalatest` @@ -92,7 +92,7 @@ Eg. Run `sbt scripted` on the main project to execute all tests. | Task | Description | | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| scripted-scalatest | Executes all test configured in `scriptedScalaTestSpec`. This task must be [configured for scripted-plugin to run in the `test` script file](https://github.com/daniel-shuy/scripted-scalatest-sbt-plugin/new/master?readme=1#user-content-step-4-configure-test-script). | +| scripted-scalatest | Executes all test configured in `scriptedScalaTestSpec`. This task must be [configured for scripted-plugin to run in the `test` script file](#step-4-configure-test-script). | ## Known Issues