Skip to content

Commit 3c7300c

Browse files
committed
fix PDF paths in backend readme
1 parent 468183e commit 3c7300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ curl -X POST --location "${APIG_STAGE}/v1/template" \
8787
Will create a single letter template. The CSV form part is optional. Do not set a content type header as this must be auto-generated by curl, so that it includes a form-data boundary.
8888

8989
```bash
90-
PDF_PATH="./tests/test-team/fixtures/pdf-upload/no-custom-personalisation/template.pdf"
90+
PDF_PATH="./tests/test-team/fixtures/pdf-upload/with-personalisation/template.pdf"
9191
CSV_PATH="./tests/test-team/fixtures/pdf-upload/with-personalisation/test-data.csv"
9292
```
9393

0 commit comments

Comments
 (0)