From 3d090b96b9067c792aae1df92155715b730f8263 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Tue, 7 May 2013 13:18:06 +0200 Subject: [PATCH] Updated documentation to explain difference of usage when using from composer To use this package via composer, the folder name must be lower case. I can't see this mentioned in this document so have added it. Luckily I guessed this when using it myself. May save others time. --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.markdown b/README.markdown index 1f37170..950405a 100644 --- a/README.markdown +++ b/README.markdown @@ -33,6 +33,19 @@ We'll assume you're using this git repository as a git submodule, and have it lo $avatar = $gravatar->buildGravatarURL('someemail@domain.com'); ``` +### composer example + +If you're using this package via composer, the usage will be almost the same, except you won't need the include and you'll need to call the class with a lower case file name. See below. + +``` php +