]> Dogcows Code - chaz/sbt-tap/blobdiff - README.md
fix readme with correct syntax for appending to testListeners
[chaz/sbt-tap] / README.md
index 50cd097835a578f48e3e66a8d4fddfb262b6ee3f..08138f0aab2ebe6e1933af5f55053ffaacf967ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.01682 seconds and 4 git commands to generate.