Update readme.md

This commit is contained in:
ульба 2022-01-24 18:35:18 +05:00
parent d217786186
commit e0d741a5fc

View File

@ -48,12 +48,12 @@ mockup.generate(template=mockup.templates[0],
color=mockup.templates[0].colors[0].color) color=mockup.templates[0].colors[0].color)
``` ```
``` ```console
>>> /path/to/mockup >>> /path/to/mockup
``` ```
#### As a standalone application: #### As a standalone application:
``` ```shell
$ python -m MockupEngineer $ python -m MockupEngineer
``` ```