From 151fd1dcae27d4a8a4d1aea88458629224c2bb7a Mon Sep 17 00:00:00 2001 From: Assem-Hafez Date: Wed, 5 Apr 2017 20:11:02 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ```