From 2b1b8c8a2b02468be78593faab616fa09a151502 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Mon, 22 Feb 2021 16:42:30 -0600 Subject: [PATCH] typofix --- docs/2-Deployment/1-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2-Deployment/1-Installation.md b/docs/2-Deployment/1-Installation.md index a7f962eab1..50b35551a9 100644 --- a/docs/2-Deployment/1-Installation.md +++ b/docs/2-Deployment/1-Installation.md @@ -56,7 +56,7 @@ Fleet currently has two infrastructure dependencies in addition to the `fleet` w ### MySQL -Fleet uses MySQL extensively as it's main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `fleet` binary to use the correct MySQL instance, see the [Configuration](./2-Configuration.md) document. +Fleet uses MySQL extensively as its main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `fleet` binary to use the correct MySQL instance, see the [Configuration](./2-Configuration.md) document. Fleet requires at least MySQL version 5.7.