Skip to content

Commit f2351be

Browse files
update readme
1 parent 369dfde commit f2351be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
metalsmith-gravatar
22
====
33

4+
[![Build Status](https://travis-ci.org/stevenschobert/metalsmith-gravatar.svg?branch=master)](https://travis-ci.org/stevenschobert/metalsmith-gravatar)
5+
[![Dependency Status](https://gemnasium.com/stevenschobert/metalsmith-gravatar.svg)](https://gemnasium.com/stevenschobert/metalsmith-gravatar)
6+
47
> A [Metalsmith](http://metalsmith.io) plugin for [Gravatar](http://gravatar.com).
58
69
This plugin converts email addresses into their associated Gravatar URLs and adds them to
@@ -86,7 +89,7 @@ names:
8689
## Options
8790

8891
If you want more control over how the Gravatar URLs are generated, you can specify an `options`
89-
object. If the plugin see's this `options` object, it will expect the avatars you wish to convert to
92+
object. If the plugin sees this `options` object, it will expect the avatars you wish to convert to
9093
be in a new `avatars` object:
9194

9295
```json
@@ -109,7 +112,7 @@ Below is a list of options that are supported:
109112

110113
### protocol
111114

112-
`(string)`: `'http'` (default) or `'https'`
115+
`String` - `'http' (default))` or `'https'`
113116

114117
Sets the URL prefix for Gravatar images. Useful if you are serving a page via SSL and want to also
115118
load the external images via SSL.

0 commit comments

Comments
 (0)