From d267eafdff52d4bf2577f2d88ec563cb49f80bb5 Mon Sep 17 00:00:00 2001 From: Yuvi Masory Date: Tue, 3 May 2011 22:47:47 -0400 Subject: [PATCH] fix markdown --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d1231..c19136b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ You can contribute tests using ScalaTests, ScalaCheck, Specs, or JUnit. You can ### Naming ### If you want to write a test for `scala.collection.immutable.List` you should: + * Put it in a file named `src/test/scala/collection/immutable/List.scala`. * Put your code in a class/object named `ListTest`. * Put `ListTest` in the package `quala.collection.immutable.List`.