Fixed typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user