Skip to content

Commit b9033d1

Browse files
committed
updating readme and adding coverall
1 parent 11a5648 commit b9033d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
# Javascript Utility functions
33

4+
[![npm][npm]][npm-url]
45
[![Build Status](https://travis-ci.org/p-rk/js-utility-functions.svg?branch=master)](https://travis-ci.org/p-rk/js-utility-functions)
6+
[![Coverage Status](https://coveralls.io/repos/github/p-rk/js-utility-functions/badge.svg?branch=master)](https://coveralls.io/github/p-rk/js-utility-functions?branch=master)
57

68

79
## Example
@@ -163,3 +165,10 @@ For All Validation functions return following object
163165
{error: false, errorMessage: ''}
164166

165167
```
168+
169+
## License
170+
171+
MIT
172+
173+
[npm]: https://img.shields.io/npm/v/js-utility-functions.svg
174+
[npm-url]: https://www.npmjs.com/package/js-utility-functions

0 commit comments

Comments
 (0)