diff --git a/README.md b/README.md
index 8789d4d..629d79c 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Was inspired by https://github.com/conveyal/maven-semantic-release. It differs i
| Name | Type | Default | Description |
| --- | --- | --- | --- |
-| [settingsPath] | string
| "'.m2/settings.xml'"
| Path to a maven settings file. |
+| [settingsPath] | string
| "'~/.m2/settings.xml'"
| Path to a maven settings file. |
| [processAllModules] | boolean
| false
| This sets the `processAllModules` option for the `versions:set` target. It is useful for multimodule projects. |
| [mavenTarget] | 'deploy'
| 'package jib:build'
| 'deploy jib:build'
| 'deploy'
| This determines which mvn targets are used to publish. |
| [clean] | boolean
| true
| Whether the `clean` target will be applied before publishing. |