From 1852e81873ebe539d17215da9679711a4425576b Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Wed, 16 Dec 2020 18:00:22 +0100 Subject: docs(Requirements/Mac): replace sequel-pro with sequel-ace (#306) --- docs/Requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Requirements.md b/docs/Requirements.md index a486598..fa8f423 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -106,11 +106,11 @@ Now install mysql: You will be prompted some instructions to complete the `mysql` installation, for example to properly set a password. Just follow the instructions and properly configure mysql. **This step is important, do not skip it.** -To verify that mysql has been properly installed, try accessing it using either the command line (e.g. `mysql -u root -p`) or using DB client managers with a UI like Sequel Pro. +To verify that mysql has been properly installed, try accessing it using either the command line (e.g. `mysql -u root -p`) or using DB client managers with a UI like Sequel Ace. -You can install Sequel Pro with: +You can install Sequel Ace with: -`brew cask install sequel-pro` +`brew cask install sequel-ace` ## Windows -- cgit