Skip to content

Commit bd25b7e

Browse files
committed
Replace badge
1 parent 5c4d8a5 commit bd25b7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Webpack csv loader
22

3-
[![NPM](https://nodei.co/npm/csv-loader.png)](https://nodei.co/npm/csv-loader/)
3+
[![npm][npm-v]][npm-url]
4+
[![npm][npm-d]][npm-url]
5+
46

57
## Purpose
68
This CSV loader automatically converts data types, making it easy to import and start using data.
@@ -57,3 +59,7 @@ loader will automatically figure out which deliminator to use.
5759

5860
* Inspired by [dsv-loader](https://github.com/wbkd/dsv-loader)
5961
* CSV parsing done with [Papa Parse](http://papaparse.com/)
62+
63+
[npm-v]: https://img.shields.io/npm/v/csv-loader.svg
64+
[npm-d]: https://img.shields.io/npm/dt/csv-loader.svg
65+
[npm-url]: https://npmjs.com/package/csv-loader

0 commit comments

Comments
 (0)