Skip to content

Commit 8b166c5

Browse files
committed
Use simpler download badge in README
1 parent 05eba0c commit 8b166c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# clone
22

3-
[![build status](https://secure.travis-ci.org/pvorb/node-clone.svg)](http://travis-ci.org/pvorb/node-clone)
4-
5-
[![info badge](https://nodei.co/npm/clone.svg?downloads=true&downloadRank=true&stars=true)](http://npm-stat.com/charts.html?package=clone)
3+
[![build status](https://secure.travis-ci.org/pvorb/node-clone.svg)](http://travis-ci.org/pvorb/node-clone) [![downloads](https://img.shields.io/npm/dt/clone.svg)](http://npm-stat.com/charts.html?package=clone)
64

75
offers foolproof _deep cloning_ of objects, arrays, numbers, strings, maps,
86
sets, promises, etc. in JavaScript.

0 commit comments

Comments
 (0)