Skip to content

Commit a145cf7

Browse files
committed
fixing npm badge
1 parent c7c92a3 commit a145cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#jQuery xml2json [![Build Status][buildstatus]][buildstatusurl] [![Deps Status][depstatus]][depstatusurl]
22

3-
[![NPM][npm]](https://nodei.co/npm/jQuery-xml2json/)
3+
[![NPM][npm]](https://nodei.co/npm/jquery-xml2json/)
44

55
A simple jQuery plugin that converts XML data, typically from $.ajax requests, to a valid JSON object.
66

@@ -18,4 +18,4 @@ Here's a simple usage example:
1818
[buildstatusurl]: https://drone.io/github.com/sergeyt/jQuery-xml2json/latest
1919
[depstatus]: https://david-dm.org/sergeyt/jQuery-xml2json.png
2020
[depstatusurl]: https://david-dm.org/sergeyt/jQuery-xml2json
21-
[npm]: https://nodei.co/npm/jQuery-xml2json.png?downloads=true&stars=true
21+
[npm]: https://nodei.co/npm/jquery-xml2json.png?downloads=true&stars=true

0 commit comments

Comments
 (0)