diff --git a/README.md b/README.md index c9dd4aaa..f88f6dde 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Download one file uses: killers0992/scpsl.downloadfiles@master with: branch: 'public' - filestodownload: 'Assembly-CSharp.dll' + filesToDownload: 'Assembly-CSharp.dll' ``` Download multiple files. @@ -19,5 +19,5 @@ Download multiple files. uses: killers0992/scpsl.downloadfiles@master with: branch: 'public' - filestodownload: 'Assembly-CSharp.dll,Mirror.dll' + filesToDownload: 'Assembly-CSharp.dll,Mirror.dll' ```