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 +