From 32dcf4d807159155a9bf5f791dbaef75ec36b50b Mon Sep 17 00:00:00 2001 From: Michael-Scott-PC <43099976+Michael-Scott-PC@users.noreply.github.com> Date: Sat, 21 Dec 2019 16:13:49 -0500 Subject: [PATCH] Update databases.md Hello Strapi Team - running yarn create strapi-app new my-project generates a folder named "new". The "my-project" part has no effect on this command. I ran this a couple times to verify. If the intent is to a create a new folder named "my-project" I would recommend removing the word "new". - Mike --- docs/3.0.0-beta.x/guides/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/guides/databases.md b/docs/3.0.0-beta.x/guides/databases.md index b1203d0c12..fcf0f8bcd6 100644 --- a/docs/3.0.0-beta.x/guides/databases.md +++ b/docs/3.0.0-beta.x/guides/databases.md @@ -172,7 +172,7 @@ MongoDB must already be running in the background. ::: tab yarn ``` -yarn create strapi-app new my-project +yarn create strapi-app my-project ``` :::