Skip to content

Commit

Permalink
chore(readme): add coverage and build status badges to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbrito committed Aug 14, 2019
1 parent c6682ac commit 8e41f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# fastify-pagination
[![Build Status](https://img.shields.io/travis/francisbrito/fastify-pagination/master.svg?style=flat-square)](https://travis-ci.org/francisbrito/fastify-pagination) [![Coverage Status](https://img.shields.io/coveralls/github/francisbrito/fastify-pagination/master.svg?style=flat-square)](https://coveralls.io/github/francisbrito/fastify-pagination?branch=master)

Response pagination for Fastify. Inspired by [`Django Rest Framework`](https://www.django-rest-framework.org/api-guide/pagination/)

## Install
Expand Down

0 comments on commit 8e41f36

Please sign in to comment.