Skip to content

Commit

Permalink
fix: indendation on bash cmd
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Oct 23, 2023
1 parent 283f2ef commit 7deaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/html-to-pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the API Gateway endpoint:

```bash
curl -X POST https://nx7uv2rfy4.execute-api.us-east-2.amazonaws.com/default/v1/html-to-pdf/pdf \
-H "Content-Type: application/json" \
-H "Content-Type: application/json" \
-d '{"input": "URL", "output": "PDF", "url": "https://google.com"}' \
-o example.pdf
```
Expand Down

0 comments on commit 7deaaac

Please sign in to comment.