diff --git a/README.md b/README.md index 674bbd3..9006d22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Action to send dist files to a remote server with scp command ## Required params -- `src`: Sorce dir to deploy +- `src`: Source dir to deploy - `host`: SSH address - `remote`: Remote dir path - `port`: SSH Port @@ -59,4 +59,4 @@ jobs: port: ${{ secrets.SSH_PORT }} user: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} -``` \ No newline at end of file +```