From b0ce7f3bd94ae52c1efa5a797bf473201edd3ef6 Mon Sep 17 00:00:00 2001 From: stleary Date: Sat, 21 Mar 2015 13:15:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee72386..0e03195 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Test harness: http://junit.org
Coverage: http://www.eclemma.org/
Eclipse is the recommended development environment. -Run individual tests or *JunitTestSuite* using *EclEmma Coverage*, or execute the _TestRunner_ application directly.
+Run individual tests or JunitTestSuite using *EclEmma Coverage*, or execute the TestRunner application directly.
Test filenames should consist of the name of the module being tested, with the suffix "Test". For example, *Cookie.java* is tested by *CookieTest.java*.