From bb5fb3dc0e58b81808a31c42e7bdba9518b9fb2f Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Sun, 7 May 2017 10:14:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 63464e8..a1b04b6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Partial -[![Greenkeeper badge](https://badges.greenkeeper.io/blakeembrey/partial.svg)](https://greenkeeper.io/) - [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] -[![Gittip][gittip-image]][gittip-url] +[![Greenkeeper badge](https://badges.greenkeeper.io/blakeembrey/partial.svg)](https://greenkeeper.io/) Partially apply a function by pre-filling some of its arguments and without changing the `this` context.