Skip to content

Commit

Permalink
✏️ improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jul 17, 2024
1 parent b9ed45d commit f9e0b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-deep",
"version": "1.0.0",
"description": "SolidJS `createSignal()` and `createMemo()` but with deep equality checks",
"description": "`createDeepSignal()` and `createDeepMemo()` for SolidJS.",
"license": "MIT",
"repository": "astoilkov/create-deep",
"funding": "https://github.com/sponsors/astoilkov",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `create-deep`

> SolidJS `createSignal()` and `createMemo()` but with deep equality checks.
> `createDeepSignal()` and `createDeepMemo()` for SolidJS.
[![Gzipped Size](https://img.shields.io/bundlephobia/minzip/create-deep)](https://bundlephobia.com/result?p=create-deep)
[![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)
Expand Down

0 comments on commit f9e0b0b

Please sign in to comment.