]> Dogcows Code - chaz/sbt-tap/blobdiff - README.md
update link to the sbt project
[chaz/sbt-tap] / README.md
index 50cd097835a578f48e3e66a8d4fddfb262b6ee3f..380fd9e55ef1103ddd3ccbff36a4a2d04f2d3484 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 This sbt plug-in provides reporting of test success and failure for tests run by
-[simple build tool](https://github.com/harrah/xsbt)
+[simple build tool](https://github.com/sbt/sbt)
 in [TAP](http://search.cpan.org/perldoc?Test%3A%3AHarness%3A%3ATAP) format.
 
 All the test results will be generated in one file, the path of which may be
@@ -24,7 +24,7 @@ To use:
    listeners.
 
    ```scala
-   testListeners += SbtTapReporting.tapListener
+   testListeners += SbtTapReporting()
    ```
 
 3. Optionally, in a UNIX environment, you can set up a named pipe for
This page took 0.021662 seconds and 4 git commands to generate.