Skip to content

Commit f9e0b0b

Browse files
committed
✏️ improve description
1 parent b9ed45d commit f9e0b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-deep",
33
"version": "1.0.0",
4-
"description": "SolidJS `createSignal()` and `createMemo()` but with deep equality checks",
4+
"description": "`createDeepSignal()` and `createDeepMemo()` for SolidJS.",
55
"license": "MIT",
66
"repository": "astoilkov/create-deep",
77
"funding": "https://github.com/sponsors/astoilkov",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `create-deep`
22

3-
> SolidJS `createSignal()` and `createMemo()` but with deep equality checks.
3+
> `createDeepSignal()` and `createDeepMemo()` for SolidJS.
44
55
[![Gzipped Size](https://img.shields.io/bundlephobia/minzip/create-deep)](https://bundlephobia.com/result?p=create-deep)
66
[![Build Status](https://img.shields.io/github/actions/workflow/status/astoilkov/create-deep/main.yml?branch=main)](https://github.com/astoilkov/create-deep/actions/workflows/main.yml)

0 commit comments

Comments
 (0)