From 92966e0f5cb5434ff8815b240b64d0f719553a89 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 21 Apr 2021 07:51:32 +0200 Subject: [PATCH] README: Mark up one-line code blocks by four spaces instead of using ``` Using four spaces to indent code is also the [genuine Markdown syntax][1]. [1]: https://daringfireball.net/projects/markdown/syntax#precode --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index deffb2b4..c5d217fe 100644 --- a/README.md +++ b/README.md @@ -238,23 +238,17 @@ on all the following open-source repositories: - GitHub https://github.com/SoftEtherVPN/SoftEtherVPN/ - ``` - $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git - ``` + $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git - GitLab (mirrored from GitHub) https://gitlab.com/SoftEther/SoftEtherVPN/ - ``` - $ git clone https://gitlab.com/SoftEther/SoftEtherVPN.git - ``` + $ git clone https://gitlab.com/SoftEther/SoftEtherVPN.git - Codeberg (mirrored from GitHub) https://codeberg.org/softether/vpn - ``` - $ git clone https://codeberg.org/softether/vpn.git - ``` + $ git clone https://codeberg.org/softether/vpn.git We hope that you can reach one of the above URLs at least!