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
This commit is contained in:
Michael-Scott-PC 2019-12-21 16:13:49 -05:00 committed by GitHub
parent 158a102db7
commit 32dcf4d807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
:::