Skip to content

Commit 50c859f

Browse files
committed
Updated README
Added testling-badge
1 parent 3b4398a commit 50c859f

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,3 @@
1-
21
# 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)
32

43
A node library for encoding and decoding bencoded data,
@@ -68,6 +67,10 @@ npm run-script bench
6867
var bencode = require( 'bencode' )
6968
```
7069

70+
You can also use node-bencode with browserify to be able to use it in a lot of modern browsers.
71+
72+
[![testling results](https://ci.testling.com/themasch/node-bencode.png)](https://ci.testling.com/themasch/node-bencode)
73+
7174
### Encoding
7275

7376
```javascript

0 commit comments

Comments
 (0)