Skip to content

Commit 438762d

Browse files
committed
Add nodei.co badge to README
1 parent 323e877 commit 438762d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Convert markup (HTML) in text form to [JSONML](http://jsonml.org).
44

5-
[![Travis CI Build Status](https://travis-ci.org/CMTegner/jsonml-parse.svg)](http://travis-ci.org/CMTegner/jsonml-parse) [![Dependency Status](https://david-dm.org/CMTegner/jsonml-parse/status.svg)](https://david-dm.org/CMTegner/jsonml-parse) [![NPM Module Version](https://badge.fury.io/js/jsonml-parse.svg)](https://npm.im/jsonml-parse)
5+
[![Travis CI Build Status](https://travis-ci.org/CMTegner/jsonml-parse.svg)](http://travis-ci.org/CMTegner/jsonml-parse) [![Dependency Status](https://david-dm.org/CMTegner/jsonml-parse/status.svg)](https://david-dm.org/CMTegner/jsonml-parse)
6+
7+
[![NPM Module](https://nodei.co/npm/jsonml-parse.png)](http://npm.im/jsonml-parse)
68

79
[![Browser support](https://ci.testling.com/CMTegner/jsonml-parse.png)](https://ci.testling.com/CMTegner/jsonml-parse)
810

@@ -65,4 +67,4 @@ Example:
6567
6668
```bash
6769
curl www.bbc.co.uk | jsonmlparse > bbc.json
68-
```
70+
```

0 commit comments

Comments
 (0)