Skip to content

Commit

Permalink
docs(readme): Added lgtm badges
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Dec 25, 2018
1 parent e6968e2 commit 080e52c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![build status][travis-image]][travis-url]
[![coverage status][coverage-image]][coverage-url]
[![Greenkeeper badge](https://badges.greenkeeper.io/grantila/fetch-h2.svg)](https://greenkeeper.io/)
[![Language grade: JavaScript][lgtm-image]][lgtm-url]


# fetch-h2
Expand Down Expand Up @@ -289,3 +290,5 @@ const response = await fetch( url, { method, body } );
[travis-url]: https://travis-ci.org/grantila/fetch-h2
[coverage-image]: https://coveralls.io/repos/github/grantila/fetch-h2/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/grantila/fetch-h2?branch=master
[lgtm-image]: https://img.shields.io/lgtm/grade/javascript/g/grantila/fetch-h2.svg?logo=lgtm&logoWidth=18
[lgtm-url]: https://lgtm.com/projects/g/grantila/fetch-h2/context:javascript

0 comments on commit 080e52c

Please sign in to comment.