Skip to content

Commit

Permalink
docs: fixed typo in README.md (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnsndwch authored Feb 17, 2020
1 parent 22cc878 commit aff8dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.
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.
Expand Down

0 comments on commit aff8dd1

Please sign in to comment.