From 085c7341219b6daab5bb44faf0f7e08128af8dc0 Mon Sep 17 00:00:00 2001 From: bruechert <bruechert@hab.de> Date: Tue, 17 Nov 2020 15:03:45 +0100 Subject: [PATCH] fixed headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ce0704a..e5f406e9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -== Primary dependencies +## Primary dependencies - php - php extension openssl - php extension xsl -== Download required libraries +## Download required libraries ```bash php bin/composer.phar install ``` -== Start a local server +## Start a local server ```bash php -S 127.0.0.1:9999 -t public public/index.php -- GitLab