Skip to content

Commit

Permalink
Add travis, prettier and npm badges. Also add unpkg cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Jan 6, 2018
1 parent cc61e1e commit 34af9d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ _Create the next immutable state tree by simply modifying the current tree_

---

[![Build Status](https://travis-ci.org/mweststrate/immer.svg?branch=master)](https://travis-ci.org/mweststrate/immer)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

![npm install immer](https://nodei.co/npm/immer.png?downloadRank=true&downloads=true)

* CDN:
- https://unpkg.com/immer/immer.js

Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.
It is based on the [_copy-on-write_](https://en.wikipedia.org/wiki/Copy-on-write) mechanism.

Expand Down

0 comments on commit 34af9d9

Please sign in to comment.