diff --git a/README.md b/README.md index 2ce0704aa6c89d70cbc0bee91577016b1ff358cb..e5f406e916964502e1f99b7a222d8308290c59ca 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