Skip to content

Commit

Permalink
Merge pull request #5 from elnaz/fix-badge
Browse files Browse the repository at this point in the history
fix(badges): fix coveralls image
  • Loading branch information
elnaz committed Aug 3, 2016
2 parents 3eccbf1 + f71ff27 commit 8982257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# hapi-tiny-auth

[![Build Status](https://travis-ci.org/elnaz/hapi-tiny-auth.svg)](https://travis-ci.org/elnaz/hapi-tiny-auth)
[![Coverage Status](https://coveralls.io/repos/github/elnaz/hapi-tiny-auth/badge.svg?branch=master)](https://coveralls.io/github/elnaz/hapi-tiny-auth?branch=master)
[![Coverage Status](https://coveralls.io/repos/elnaz/hapi-tiny-auth/badge.svg?branch=master)](https://coveralls.io/github/elnaz/hapi-tiny-auth?branch=master)

Just enough authentication to make an API private. This [Hapi](http://hapijs.com/) plugin will allow only one set of configured credentials to access any of the API's endpoints. Must be used with [hapi-auth-basic](https://github.com/hapijs/hapi-auth-basic).

Expand Down

0 comments on commit 8982257

Please sign in to comment.