Skip to content

Commit

Permalink
Merge pull request #39 from fkhadra/issue-7-add-badges-and-cdn
Browse files Browse the repository at this point in the history
Add travis, prettier and npm badges. Also add unpkg cdn
  • Loading branch information
mweststrate authored Jan 8, 2018
2 parents 55ec6d0 + 34af9d9 commit 227e953
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 @@ -8,6 +8,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 227e953

Please sign in to comment.