diff --git a/README.md b/README.md index 190c77a..2e4eb79 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # access-right +[![Build Status](https://travis-ci.org/ds82/access-right.svg)](https://travis-ci.org/ds82/access-right) + This tiny library helps you to check if a user has access to somethin (e.g. a resource) in your node app. I created this lib to make my life a bit easier, when working with user and rights.