From af82881f42fedfd3ed538beef05324939e24c4a6 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Sat, 27 Dec 2014 17:38:04 -0500 Subject: [PATCH] Capitalize Composer, link to 3.0 Contributing docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc74a13b67..6e8e144fde5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ applications, without any loss to flexibility. ## Installing CakePHP via Composer You can install CakePHP into your project using -[composer](http://getcomposer.org). If you're starting a new project, we +[Composer](http://getcomposer.org). If you're starting a new project, we recommend using the [app skeleton](https://github.com/cakephp/app) as a starting point. For existing applications you can run the following: @@ -74,4 +74,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. [CONTRIBUTING.md](CONTRIBUTING.md) - Quick pointers for contributing to the CakePHP project. -[CookBook "Contributing" Section (2.x)](http://book.cakephp.org/2.0/en/contributing.html) [(3.0)](http://book.cakephp.org/3.0/en/contributing.html) - Version-specific details about contributing to the project. +[CookBook "Contributing" Section](http://book.cakephp.org/3.0/en/contributing.html) - Details about contributing to the project.