diff --git a/README.md b/README.md index 0984752..ab5d038 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# frisbee-intercept -[![NPM](https://nodei.co/npm/frisbee-intercept.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/frisbee-intercept/) +# frisbee-intercept +[![Codelab](http://www.codelabsys.com/images/logo.png)](http://www.codelabsys.com/) + Create Interceptors for your frisbee APIs so you can add headers to requests and pre-process the server reponses. ## Getting Started @@ -9,7 +10,7 @@ Create Interceptors for your frisbee APIs so you can add headers to requests and As its name implies, [frisbee](https://github.com/crocodilejs/frisbee) should be installed to intercept its requests. Follow the Installation steps in their repository. ### Installing - + [![NPM](https://nodei.co/npm/frisbee-intercept.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/frisbee-intercept/) ``` npm install --save frisbee-intercept ```