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

Commit

Permalink
Update major version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswelton committed May 14, 2015
1 parent 085c97f commit c688c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Update your `composer.json` file to include this package as a dependency
```json
"thomaswelton/laravel-gravatar": "0.2.x"
"thomaswelton/laravel-gravatar": "~1.0"
```

Register the Gravatar service provider by adding it to the providers array in the `config/app.php` file.
Expand Down Expand Up @@ -90,4 +90,4 @@ echo Gravatar::image('thomaswelton@me.com', 'Some picture', array('width' => 200

// Show image at 512px scaled in HTML to 1024px
echo Gravatar::image('thomaswelton@me.com', 'Some picture', array('width' => 1024, 'height' => 1024));
```
```

1 comment on commit c688c58

@AntoineAugusti
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay, thanks 👍

Please # to comment.