diff --git a/README.md b/README.md
index 629d79c..4e90ac9 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Was inspired by https://github.com/conveyal/maven-semantic-release. It differs i
| --- | --- | --- | --- |
| [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. |
+| [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. |
| [updateSnapshotVersion] | boolean
| false
| Whether a new snapshot version should be set after releasing. |
| [snapshotCommitMessage] | string
| "'chore: setting next snapshot version [skip ci]'"
| The commit message used if a new snapshot version should be created. |