diff --git a/README.md b/README.md index a8deca9..f3f01fa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This action writes informations in the repository dependency graph, so if you ar * `settings-file` - An optional path to a Maven settings.xml file that you want to use to provide additional configuration to Maven. -* `ingore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present. +* `ignore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present. * `maven-args` - An optional string value (space separated) options to pass to the maven command line when generating the dependency snapshot. This is empty by default.