From 0fbb81aff8c439424ea8d0e84039a3e58e224c12 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 25 Oct 2018 05:04:50 +0000 Subject: [PATCH] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9457ae7..fbd96b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # synchronized-array-shuffle -[![Build Status](https://travis-ci.org/rwieruch/synchronized-array-shuffle.svg?branch=master)](https://travis-ci.org/rwieruch/synchronized-array-shuffle) +[![Build Status](https://travis-ci.org/rwieruch/synchronized-array-shuffle.svg?branch=master)](https://travis-ci.org/rwieruch/synchronized-array-shuffle) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/synchronized-array-shuffle.svg)](https://greenkeeper.io/) Shuffle multiple arrays [randomly](https://www.npmjs.com/package/knuth-shuffle) and keep them synchnorized.