From 071d242ff56bc734cbd1a3b403898d1537f947d1 Mon Sep 17 00:00:00 2001 From: Junior Gantin Date: Thu, 10 Oct 2019 23:42:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a4a9f..6c062f0 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ You can easily create new applications with `craft`. To create a new application ``` $ pip install masonite-cli -$ craft new . +$ craft new project . ``` The `.` will tell craft to create the project in the current directory instead of a new directory.