From f1dc8536e98b9e826a477145b2ada56ac5d1a07f Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Sun, 26 Oct 2014 23:01:45 -0400 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad4b3c..f2e0d6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **Note:** Replace `skeleton` with the correct package name in the above URLs, then delete this line. -This is where you description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what +This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. ## Install From 0e188bfc3a59564b48b39563029dbe039196b2ad Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Sun, 26 Oct 2014 23:05:46 -0400 Subject: [PATCH 2/2] Remove extra newline --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f2e0d6f..0753f67 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ $ composer require league/skeleton ``` php $skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!'); - ``` ## Testing