From ed0611a954e912e05847d2c354c22dbea9d990be Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Wed, 23 Oct 2024 11:18:49 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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