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*.