From f0c1c8602d1677067a0900bc0925935259be08b2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 2 Sep 2018 16:04:15 +0000 Subject: [PATCH] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index f54731b..0fae80d --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Node AniDB wrapper [![npm](https://img.shields.io/npm/dm/anidbjs.svg?style=flat-square)](https://www.npmjs.com/package/anidbjs) -[![Build Status](https://travis-ci.org/miraris/anidbjs.svg?branch=master)](https://travis-ci.org/miraris/anidbjs) +[![Build Status](https://travis-ci.org/miraris/anidbjs.svg?branch=master)](https://travis-ci.org/miraris/anidbjs) [![Greenkeeper badge](https://badges.greenkeeper.io/miraris/anidbjs.svg)](https://greenkeeper.io/) This module provides a very minimal interface to fetch data from anidb.net. You may want to read the guidelines in the anidb [wiki](http://wiki.anidb.net/w/HTTP_API_Definition) first.