From d84ff72d2040ba3ebec728cbb2d6b52cb230c9bd Mon Sep 17 00:00:00 2001 From: Chris Pliakas Date: Tue, 30 Sep 2014 06:37:07 -0400 Subject: [PATCH] Updated README.md [skip ci] --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b46a21..73842ad 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ development tools. The goals of this application are to guide developers towards best practices and get them from zero-to-CI in seconds. The applications created by this tool have an opinionated directory structure, -build system, and pre-configured set of service connections. Refer to the -[Tools And Conventions](#tools-and-conventions) and [Directory Structure](#directory-structure) -sections below for more details. +build system, and pre-configured set of service connections with badges ready to +go. Refer to the [Tools And Conventions](#tools-and-conventions) and +[Directory Structure](#directory-structure) sections below for more details. See the examples below for repositories created by the PHP Project Starter tool: @@ -25,8 +25,7 @@ See the examples below for repositories created by the PHP Project Starter tool: #### Install The Command Line Tool -Visit [https://github.com/cpliakas/php-project-starter/releases/latest](https://github.com/cpliakas/php-project-starter/releases/latest) -and download the `php-project.phar` file. +Download `php-project.phar` from [https://github.com/cpliakas/php-project-starter/releases/latest](https://github.com/cpliakas/php-project-starter/releases/latest) Run `php php-project.phar --help` to see all options supported by the command line tool and ensure that installation succeeded.