From a8f3ee3bbd28517ac535923ce7a2180811e81f69 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 5 Nov 2020 11:42:24 +0100 Subject: fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4dc2dc2..eaf8440 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ It will create a project tree folder like this one: Inside `project` folder, we start to create a new app. For example, we want to store books inside our database. ``` (env) $ cd project/ -(env) $ pip --startapp book +(env) $ frest --startapp book ``` It will print something like this: -- cgit v1.2.3-18-g5258