Skip to content

Commit

Permalink
Add badges to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haveyaseen authored Apr 16, 2019
1 parent f3d2329 commit 490521f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
immutable-ops
===============

[![NPM package](https://img.shields.io/npm/v/immutable-ops.svg?style=flat-square)](https://www.npmjs.com/package/immutable-ops)
![GitHub Release Date](https://img.shields.io/github/release-date/tommikaikkonen/immutable-ops.svg?style=flat-square)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/immutable-ops.svg?style=flat-square)
[![NPM downloads](https://img.shields.io/npm/dm/immutable-ops.svg?style=flat-square)](https://www.npmjs.com/package/immutable-ops)
![NPM license](https://img.shields.io/npm/l/immutable-ops.svg?style=flat-square)

A collection of functions to perform immutable operations on plain JavaScript objects and arrays.

Like [updeep](https://github.com/substantial/updeep) but with batched mutations and no freezing.
Expand All @@ -17,7 +23,7 @@ Like [icepick](https://github.com/aearly/icepick), but with batched mutations an
## Installation

```bash
npm install immutable-ops
npm install immutable-ops --save
```

## Example Usage
Expand Down Expand Up @@ -338,4 +344,4 @@ console.log(resultObj);

## License

MIT. See `LICENSE`
MIT. See [`LICENSE`](https://github.com/tommikaikkonen/immutable-ops/blob/master/LICENSE).

0 comments on commit 490521f

Please sign in to comment.