From: Charles McGarvey Date: Sat, 12 Jan 2013 06:15:38 +0000 (-0700) Subject: fix readme with correct syntax for appending to testListeners X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fsbt-tap;a=commitdiff_plain;h=498ae3c217e86a22b1e67f70d2650a094ff37667 fix readme with correct syntax for appending to testListeners --- diff --git a/README.md b/README.md index 50cd097..08138f0 100644 --- 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