From eb72bbc2a7aca0510130678f112a7368b68d60c7 Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Mon, 9 May 2016 16:58:29 -0600 Subject: [PATCH] Remove Bad Apostrophe A possessive belonging to an "it" doesn't need an apostrophe. Don't believe me? Ask [the Oatmeal](http://theoatmeal.com/comics/apostrophe) (look for the velociraptor)! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 277c5d0..6983435 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the plugin to your project's `composer.json` - something like this: } ``` -Because this plugin has the type `cakephp-plugin` set in it's own +Because this plugin has the type `cakephp-plugin` set in its own `composer.json`, composer knows to install it inside your `/Plugins` directory, rather than in the usual vendors file. It is recommended that you add `/Plugins/Slugomatic` to your .gitignore file.