Grammar and punctuation

Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
This commit is contained in:
Bart Duisters 2020-02-02 14:20:58 +01:00 committed by Bart Duisters
parent f28efd907f
commit 4a9536fea8

View File

@ -6,14 +6,14 @@ Strapi only requires [Node.js](https://nodejs.org). The current recommended vers
This is all that is needed before Strapi can run on your local environment.
You can also use **yarn** if you want [here](https://yarnpkg.com/en/docs/getting-started) are the instructions to get started with it.
You can also use **yarn** if you want, [here](https://yarnpkg.com/en/docs/getting-started) are the instructions to get started with it.
- **Node.js** >= 10.x
- **NPM** >= 6.x
## Databases
Strapi is supporting multiple databases. If you are using the `--quickstart` or if you manually chose the `SQLite` database, you will not need to install any database on you local computer.
Strapi is supporting multiple databases. If you are using the `--quickstart` or if you manually choose the `SQLite` database, you will not need to install any database on you local computer.
If you want to use a custom database, here are the versions you will have to respect: