Fix typos in README

This commit is contained in:
Anders Englöf Ytterström 2024-09-03 12:05:32 +02:00 committed by GitHub
parent d0c09b628b
commit e124ce6501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,11 @@ Inspirations:
## Example calls
# generates an image, 200px wide and 300px tall
http://localhost:8080/200/300*
Generates an image, 200px wide and 300px tall:
http://localhost:8080/200/300
# generates an image in grayscale, 200px wide and 300px tall
http://localhost:8080/g/200/300
Generates an image in grayscale, 200px wide and 300px tall:
http://localhost:8080/g/200/300
## Installation