Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 19, 2024
1 parent b726cf5 commit 091b70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![npm](https://img.shields.io/npm/v/xstate-mutative.svg)](https://www.npmjs.com/package/xstate-mutative)
![license](https://img.shields.io/npm/l/xstate-mutative)

A utilities for using [Mutative](https://github.com/unadlib/mutative) with XState
A faster and more flexible utilities for using [Mutative](https://github.com/unadlib/mutative) with XState

`xstate-mutative` is more than 10x faster than `@xstate/immer`. [Read more about the performance comparison in Mutative](https://mutative.js.org/docs/getting-started/performance).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xstate-mutative",
"version": "1.0.0",
"description": "A utilities for using Mutative with XState",
"description": "A faster and more flexible utilities for using Mutative with XState",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 091b70c

Please sign in to comment.