Change Postgres to MySQL in MySQL docs.

This commit is contained in:
Joshua Anderson 2015-08-18 21:57:35 -07:00
parent 1cc2e3d4d6
commit 257ea9986a

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"