From ad6d9d25eb0b4c11aae3eb6d983e012e421d991e Mon Sep 17 00:00:00 2001 From: David Stutzman Date: Tue, 7 Jul 2026 06:46:51 -0400 Subject: [PATCH] Fixed mispelled Configuration in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcb4e4..dda9fe3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ A RefactorFirst report will show up in the site report when you run ```mvn site` ``` -## Configuraiton Options +## Configuration Options Care has been taken to use sensible defaults, though if you wish to override these defaults you can specify the following parameters. Specify with -D if running on the command line. e.g. ```-DbackEdgeAnalysisCount=0 `DanalyzeCycles=false``` or in the configuration section (as in the above examples) if including in a Maven build.