mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
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:
parent
c23af5fbe1
commit
e4d0c334bd
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user