Fixed typo

This commit is contained in:
Mike Conrad
2024-10-23 11:18:49 -04:00
parent 0c42ca2b57
commit ed0611a954

View File

@ -15,7 +15,7 @@ docker run -p 8000:8000 slimtoolkit-example .
curl -o test.pdf -X POST 'http://localhost:8000/api/convert' -H 'content-type: application/json' --data '{"firstname":"John","lastname":"Doe"}' curl -o test.pdf -X POST 'http://localhost:8000/api/convert' -H 'content-type: application/json' --data '{"firstname":"John","lastname":"Doe"}'
``` ```
If everything works as expected you should now have a pdf named `test.pdf` in your current working directory. Open it and ensure that it has the text `Hello John Smith!`. If everything works as expected you should now have a pdf named `test.pdf` in your current working directory. Open it and ensure that it has the text `Hello John Doe!`.
Now lets take a closer look at the image: Now lets take a closer look at the image:
```shell ```shell