Skip to content

Commit 091b70c

Browse files
committed
docs(readme): update
1 parent b726cf5 commit 091b70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm](https://img.shields.io/npm/v/xstate-mutative.svg)](https://www.npmjs.com/package/xstate-mutative)
55
![license](https://img.shields.io/npm/l/xstate-mutative)
66

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

99
`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).
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xstate-mutative",
33
"version": "1.0.0",
4-
"description": "A utilities for using Mutative with XState",
4+
"description": "A faster and more flexible utilities for using Mutative with XState",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)