diff --git a/README.md b/README.md index cd6aa40..33c9f8c 100644 --- a/README.md +++ b/README.md @@ -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"}' ``` -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: ```shell