Skip to content

Commit 4ca9b3b

Browse files
committed
Updated README: Updated badges
1 parent 36b0207 commit 4ca9b3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# node-bencode [![build status](https://secure.travis-ci.org/themasch/node-bencode.png)](http://travis-ci.org/themasch/node-bencode) [![NPM version](https://badge.fury.io/js/bencode.png)](https://npmjs.org/package/bencode)
1+
# Bencode
2+
[![npm](http://img.shields.io/npm/v/bencode.svg?style=flat)](https://npmjs.com/bencode)
3+
[![npm downloads](http://img.shields.io/npm/dm/bencode.svg?style=flat)](https://npmjs.com/bencode)
4+
[![build status](http://img.shields.io/travis/themasch/node-bencode.svg?style=flat)](https://travis-ci.org/themasch/node-bencode)
25

36
A node library for encoding and decoding bencoded data,
47
according to the [BitTorrent specification](http://www.bittorrent.org/beps/bep_0003.html).

0 commit comments

Comments
 (0)