From 68bdabd6d0bc6b80a3a59a5b2c8886905c12193c Mon Sep 17 00:00:00 2001 From: Barbz Date: Tue, 8 Jan 2019 16:39:23 +0100 Subject: [PATCH] README: fix typo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65cdc35..3827b90 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,11 @@ Choose one of these methods: 1) Script direct download (the simplest and shortest method): - wget http://mysqltuner.pl/ -O mysqltuner.pl - wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt - wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv +``` +wget http://mysqltuner.pl/ -O mysqltuner.pl +wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt +wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv +``` 2) You can download the entire repository by using `git clone` or `git clone --depth 1 -b master` followed by the cloning URL above.