Skip to content

Commit

Permalink
docs(reamde): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Mar 9, 2024
1 parent 8db75e3 commit 3f496e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Node CI](https://github.com/unadlib/mutability/workflows/Node%20CI/badge.svg)
[![npm version](https://badge.fury.io/js/mutability.svg)](http://badge.fury.io/js/mutability)
![license](https://img.shields.io/npm/l/use-mutative)

A JavaScript library for transactional mutable updates

Expand All @@ -12,7 +13,13 @@ When we want to perform transactional updates on a mutable object, if an error i
## Installation

```sh
yarn add mutability mutative
yarn add mutative mutability
```

or with npm

```sh
npm install mutative mutability
```

## Usage
Expand Down

0 comments on commit 3f496e4

Please sign in to comment.