From f2bce0f29d50cad5a59e598ca46e376f44719770 Mon Sep 17 00:00:00 2001 From: Sid Roberts Date: Sun, 8 Sep 2019 21:29:49 +0900 Subject: [PATCH] Fixed formatting in README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 360ea6aca..252ddee24 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The code in this repository is written in PHP. Install Composer in a common location or in your project: ```bash -curl -s http://getcomposer.org/installer | php +curl -s https://getcomposer.org/installer | php ``` Then create the `composer.json` file as follows: @@ -52,13 +52,13 @@ $ php composer.phar install Just clone the repository in a common location or inside your project: -``` +```bash git clone https://github.com/phalcon/incubator.git ``` -For a specific git branch (eg 2.0.13) please use: +For a specific git branch (eg `2.0.13`) please use: -``` +```bash git clone -b 2.0.13 git@github.com:phalcon/incubator.git ``` @@ -68,7 +68,6 @@ Add or register the following namespace strategy to your `Phalcon\Loader` in ord to load classes from the incubator repository: ```php - $loader = new Phalcon\Loader(); $loader->registerNamespaces(