From 257ea9986a474208824b10ce40cda496ec24c89a Mon Sep 17 00:00:00 2001 From: Joshua Anderson Date: Tue, 18 Aug 2015 21:57:35 -0700 Subject: [PATCH] Change Postgres to MySQL in MySQL docs. --- doc/setup/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup/mysql.md b/doc/setup/mysql.md index 73428f120..c12ca72c5 100644 --- a/doc/setup/mysql.md +++ b/doc/setup/mysql.md @@ -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"