From 4ad13ee058ca4c2ab30313d780c3c98d0908d0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=83=D0=BB=D1=8C=D0=B1=D0=B0?= <81091299+ulbwa@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:36:38 +0500 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f98e633..564ad0a 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ ## Install -```shell +```sh $ python -m pip install MockupEngineer ``` @@ -53,7 +53,7 @@ mockup.generate(template=mockup.templates[0], ``` #### As a standalone application: -```shell +```sh $ python -m MockupEngineer ```