Fixing API call in README

Just changing the API reference here to reflect what the code actually expects! Thanks for this terrific server -- it's been super useful.
This commit is contained in:
Robin Sloan 2018-01-29 14:48:09 -08:00 committed by Philipp Klaus
parent c23af5fbe1
commit e4d0c334bd

View File

@ -68,6 +68,6 @@ You will then be forwarded by default to the interactive web gui located at `/la
All in all, the web server offers: All in all, the web server offers:
* a Web GUI allowing you to print your labels at `/labeldesigner`, * a Web GUI allowing you to print your labels at `/labeldesigner`,
* an API at `/api/print/text/Your_Text?font_size=100&font_family=Minion%20Pro&font_style=Semibold` * an API at `/api/print/text?text=Your_Text&font_size=100&font_family=Minion%20Pro%20(%20Semibold%20)`
to print a label containing 'Your Text' with the specified font properties. to print a label containing 'Your Text' with the specified font properties.