summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2020-11-05 11:42:24 +0100
committerSanto Cariotti <santo@dcariotti.me>2020-11-05 11:42:24 +0100
commita8f3ee3bbd28517ac535923ce7a2180811e81f69 (patch)
tree03e6a1637a09cabc89fea68627b441c097146990
parent9fc2b563473afa62230cc01f7b78703a8cb8a4d2 (diff)
fix: readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: