Merge pull request #1150 from Joshua-Anderson/typo-fix

Change Postgres to MySQL in MySQL docs.
This commit is contained in:
Brad Rydzewski 2015-08-19 00:30:19 -07:00
commit ddef26a310

View file

@ -2,7 +2,7 @@
# MySQL
Drone comes with support for MySQL as an alternate database engine. To enable Postgres, you should specify the following environment variables:
Drone comes with support for MySQL as an alternate database engine. To enable MySQL, you should specify the following environment variables:
```bash
DATABASE_DRIVER="mysql"