diff --git a/README.md b/README.md index f46b8fe..ce7535a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Optional: JSON string of headers to pass into request. Default `"{}"`. ## Example usage ```yaml -uses: dkershner6/post-api-call-action@v1.0.0 +uses: dkershner6/post-api-call-action@v1 with: url: ${{ secrets.API_URL }} data: "{'command': 'publish'}" @@ -30,4 +30,4 @@ with: ## Contributing -Feel free to open issues or submit PRs. \ No newline at end of file +Feel free to open issues or submit PRs.