mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
README: mark URLs as 'code', not just in 'italics'
This commit is contained in:
parent
4f8fedc184
commit
17ad5801fc
|
@ -54,11 +54,11 @@ To start the server, run `./brother_ql_web.py`. Here's its command line interfac
|
|||
Once it's running, access the web interface by opening the page with your browser.
|
||||
If you run it on your local machine, go to <http://localhost:8013> (You can change
|
||||
the default port 8013 using the --port argument).
|
||||
You will then be forwarded by default to the interactive web gui located at */labeldesigner*.
|
||||
You will then be forwarded by default to the interactive web gui located at `/labeldesigner`.
|
||||
|
||||
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*
|
||||
* 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`
|
||||
to print a label containing 'Your Text' with the specified font properties.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user