Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Aug 13, 2015
1 parent 59424c3 commit 96163e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
OrnicarGravatarBundle
=====================

[![Build Status](https://secure.travis-ci.org/ornicar/GravatarBundle.png)](http://travis-ci.org/ornicar/GravatarBundle)
Note: This is the new home for OrnicarGravatarBundle. The package name and namespace will not change. But the code
will be maintained.

[![Build Status](https://travis-ci.org/henrikbjorn/GravatarBundle.svg?branch=master)](https://travis-ci.org/henrikbjorn/GravatarBundle)

Installation
------------
Expand All @@ -10,14 +13,14 @@ Installation

```json
"require": {
"ornicar/gravatar-bundle" : "dev-master"
"ornicar/gravatar-bundle" : "~1.0"
}
```

2. Run composer update to install the bundle and regenerate the autoloader

```bash
$ composer.phar update
$ composer update ornicar/gravatar-bundle
```

3. Add this bundle to your application's kernel:
Expand Down

0 comments on commit 96163e2

Please sign in to comment.