From 929c12ad99aba7885d93a06dcc2d2af5953c9ca8 Mon Sep 17 00:00:00 2001 From: Justin Yost Date: Sat, 17 Jan 2015 12:09:28 -0800 Subject: [PATCH] Start of Readme Improvements Signed-off-by: Justin Yost --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 026fd48..02ea6b8 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Performs logic and emailing of a very simple Secret Santa type drawing 1. Download the zip file from the master repo: https://github.com/jtyost2/secret/zipball/master 2. Unzip 3. Move to the installation directory directory -4. Rename config.sample.php to config.php and update with your settings +4. Rename `config.sample.php` to `config.php` and update with your settings 5. Run `composer install` ### Git Clone ### 1. Git clone this project: `git clone git://github.com/jtyost2/secret.git directory` -4. Rename config.sample.php to config.php and update with your settings +4. Rename `config.sample.php` to `config.php` and update with your settings 5. Run `composer install` ## Requirements ## @@ -50,4 +50,4 @@ The Code Sniffer as well can be run via this command: ## Copyright -[Justin Yost](https://www.yostivanich.com/) 2014 +[Justin Yost](https://www.yostivanich.com/) 2015