From 7deaaac4c5580abaf89febd930d1b85ca21c2b93 Mon Sep 17 00:00:00 2001 From: hxtree Date: Mon, 23 Oct 2023 12:25:51 +0000 Subject: [PATCH] fix: indendation on bash cmd Signed-off-by: hxtree --- services/html-to-pdf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/html-to-pdf/README.md b/services/html-to-pdf/README.md index 6c83e53e1..263789588 100644 --- a/services/html-to-pdf/README.md +++ b/services/html-to-pdf/README.md @@ -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 ```