Skip to content

Commit

Permalink
Merge pull request #12 from robertfausk/patch-1
Browse files Browse the repository at this point in the history
minor: add missing 'Twig' language identifiers
  • Loading branch information
ryanhalliday authored Apr 7, 2018
2 parents f32fed6 + c7ff751 commit b4fb311
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 @@ -64,7 +64,7 @@ Gravatar does not serve images greater than `2048px`, and they are all squares.

### grDefault
Specify a default image for if the User does not have one defined
```
```Twig
{{ '[email protected]'|grAvatar|grDefault('http://example.com/default.png') }}
```

Expand All @@ -73,7 +73,7 @@ You can also use any of Gravatar's built in default images, [you can see them he
### grRating
Specify a maximum rating that the image can be.
Valid values are `g`, `pg`, `r` and `x`.
```
```Twig
{{ '[email protected]'|grAvatar|grRating('pg') }}
```

Expand Down

0 comments on commit b4fb311

Please sign in to comment.