Skip to content

Commit

Permalink
Merge pull request #924 from SidRoberts/readme
Browse files Browse the repository at this point in the history
Fixed formatting in README
  • Loading branch information
sergeyklay committed Sep 8, 2019
2 parents 39d5bc8 + f2bce0f commit 0b3259a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```

Expand All @@ -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(
Expand Down

0 comments on commit 0b3259a

Please sign in to comment.