diff --git a/README.md b/README.md index 298654c..ab6cbd5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### brother\_ql\_web +## brother\_ql\_web This is a web service to print labels on Brother QL label printers. @@ -9,7 +9,7 @@ It offers: You need Python 3 for this software to work. -#### Installation +### Installation Get the code: @@ -23,7 +23,7 @@ Install the requirements: In addition, `fontconfig` should be installed on your system. This package is pre-installed on many Linux distributions and you can use Homebrew to install it on your Mac. -#### Usage +### Usage To start the server, run `./brother_ql_web.py`. Here's its command line interface: diff --git a/static/images/screenshots/Label-Designer_Desktop.png b/static/images/screenshots/Label-Designer_Desktop.png new file mode 100644 index 0000000..2dff135 Binary files /dev/null and b/static/images/screenshots/Label-Designer_Desktop.png differ diff --git a/static/images/screenshots/Label-Designer_Phone.png b/static/images/screenshots/Label-Designer_Phone.png new file mode 100644 index 0000000..59a55b9 Binary files /dev/null and b/static/images/screenshots/Label-Designer_Phone.png differ