From 93136a48a8d4c00d1eedadb63bc451d6388b491f Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 25 Aug 2015 15:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baeaadb760..d5e820de22 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ In addition, you can generate a [HTML Report](http://jgiven.org/jgiven-report/ht 2. See the [talk](http://www.techcast.com/events/bigtechday8/maffei-1345/) on JGiven held on the TNG Big TechDay ## Java 8 Note -If you are using Java 8, you should compile your test code with the -parameters option of the javac compiler. Otherwise JGiven cannot obtain the parameter names of step methods and will generate generic names of the form argX instead. +If you are using Java 8, you should compile your test code with the `-parameters` option of the javac compiler. Otherwise JGiven cannot obtain the parameter names of step methods and will generate generic names of the form argX instead. ## License