Browse Source

docs: fixed typo in README.md (#265)

Sergio Leon 6 years ago
parent
commit
aff8dd1357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -59,7 +59,7 @@ Note that this can take a few minutes.
 The server requires an SQL database to be available. I am currently using [bitnami-docker-phpmyadmin](https://github.com/bitnami/bitnami-docker-phpmyadmin) Docker image,
 The server requires an SQL database to be available. I am currently using [bitnami-docker-phpmyadmin](https://github.com/bitnami/bitnami-docker-phpmyadmin) Docker image,
 which is MariaDB including phpMyAdmin. However, the simplest option is to use SQLite.
 which is MariaDB including phpMyAdmin. However, the simplest option is to use SQLite.
 
 
-Vendure uses [TypeORM](http://typeorm.io), so it compatible will any database which works with TypeORM.
+Vendure uses [TypeORM](http://typeorm.io), so it is compatible with any database which works with TypeORM.
 
 
 1. Configure the [dev config](./packages/dev-server/dev-config.ts), making sure the connection settings in the `getDbConfig()` function are correct for the database type you will be using.
 1. Configure the [dev config](./packages/dev-server/dev-config.ts), making sure the connection settings in the `getDbConfig()` function are correct for the database type you will be using.
 2. Create the database using your DB admin tool of choice (e.g. phpMyAdmin if you are using the docker image suggested above). Name it according to the `getDbConfig()` settings. If you are using SQLite, you can skip this step.
 2. Create the database using your DB admin tool of choice (e.g. phpMyAdmin if you are using the docker image suggested above). Name it according to the `getDbConfig()` settings. If you are using SQLite, you can skip this step.