summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-12-16 18:00:22 +0100
committerGitHub <noreply@github.com>2020-12-16 18:00:22 +0100
commit1852e81873ebe539d17215da9679711a4425576b (patch)
tree50cf34c4515eb8c52cc8b4d459b9b7c548f2a2a4
parent7d9f3f9eeb1fda25368dcbc9959f0b4d5e6d0a54 (diff)
downloadwiki-1852e81873ebe539d17215da9679711a4425576b.tar.gz
wiki-1852e81873ebe539d17215da9679711a4425576b.tar.bz2
wiki-1852e81873ebe539d17215da9679711a4425576b.zip
docs(Requirements/Mac): replace sequel-pro with sequel-ace (#306)
-rw-r--r--docs/Requirements.md6
1 files 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