]> Dogcows Code - chaz/sbt-tap/commitdiff
fix readme with correct syntax for appending to testListeners
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 12 Jan 2013 06:15:38 +0000 (23:15 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 12 Jan 2013 06:15:38 +0000 (23:15 -0700)
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.019969 seconds and 4 git commands to generate.