From 498ae3c217e86a22b1e67f70d2650a094ff37667 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 11 Jan 2013 23:15:38 -0700 Subject: [PATCH] fix readme with correct syntax for appending to testListeners --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0