Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Feb 19, 2014
1 parent 97c16ae commit 3488bfb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It will help you generate the URL for Gravatar images and profiles.
<a name="withComposer"/>
### With Composer

The easiest way to install Gravatar is via [composer](http://getcomposer.org/).
The easiest way to install Gravatar is via [Composer](http://getcomposer.org/).

```json
{
Expand All @@ -43,6 +43,14 @@ The easiest way to install Gravatar is via [composer](http://getcomposer.org/).
}
```

<a name="withoutComposer"/>
### Without Composer

You should use composer, it's so convenient. However, if you really do not want, or can not, you can
[download the latest version](https://github.com/forxer/gravatar/releases/latest) and unpack the archive.

Then, you do what it takes to use it with your own autoloader. The examples below use the Composer autoloader.

<a name="Usage"/>
## Usage

Expand Down

0 comments on commit 3488bfb

Please sign in to comment.