diff --git a/README.md b/README.md index bebfea813..142491ea9 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,18 @@ Install composer in a common location or in your project: curl -s http://getcomposer.org/installer | php ``` -If you are using Phalcon 2.0.x, create a composer.json file as follows: +Create the composer.json file as follows: + ```json { "require": { - "phalcon/incubator": "v2.0.0" + "phalcon/incubator": "dev-master" } } ``` If you are still using Phalcon 1.3.x, create a composer.json with the following instead: + ```json { "require": {