diff --git a/package.json b/package.json index aca56c5..0cbe5ca 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 70484b8..eb73c3e 100644 --- a/readme.md +++ b/readme.md @@ -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)