We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4398a commit 50c859fCopy full SHA for 50c859f
README.md
@@ -1,4 +1,3 @@
1
-
2
# node-bencode [](http://travis-ci.org/themasch/node-bencode) [](https://npmjs.org/package/bencode)
3
4
A node library for encoding and decoding bencoded data,
@@ -68,6 +67,10 @@ npm run-script bench
68
67
var bencode = require( 'bencode' )
69
```
70
+You can also use node-bencode with browserify to be able to use it in a lot of modern browsers.
71
+
72
+[](https://ci.testling.com/themasch/node-bencode)
73
74
### Encoding
75
76
```javascript
0 commit comments