We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea62a9 commit ef49758Copy full SHA for ef49758
README.md
@@ -77,7 +77,7 @@ To initialize the Updater class and start the update process, follow these steps
77
> `$sourceExclusions` (Optional) An array of directories or files in the source to be exclude from the update.<br>
78
> `$releaseExclusions` (Optional) An array of directories or files in the release to exclude from the update.<br>
79
> `$clear` (Optional) Clear the downloaded file after the update has completed if set to true.<br>
80
-> `$dir` (Optional) Set the directory of the update. Default to current working dir.
+> `$dir` (Optional) Set the directory of the update. Default to current working dir.<br>
81
> `$autoUpdate` (Optional) Whether or not to automatically update the project. Defaults to true.
82
83
> The exclusions array keys:
0 commit comments