From e4d0c334bdac3663071a1a441fa0db4dd28ffc1a Mon Sep 17 00:00:00 2001 From: Robin Sloan Date: Mon, 29 Jan 2018 14:48:09 -0800 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0db782..5a5c0d7 100644 --- a/README.md +++ b/README.md @@ -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: * 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.