Skip to content

Commit

Permalink
docs: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsqdb committed Jan 15, 2025
1 parent 04a5c6e commit 422650d
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 @@ -5,7 +5,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/houpjs/houp/blob/master/LICENSE)
![node](https://img.shields.io/node/v/houp)

Houp(hook up) is a simple, fast, and reliable solution for sharing state across multiple components. Whether you're working on a new project or an existing one, integrating Houp is straightforward. It doesn't matter how the state is created or managed — Houp focuses solely on sharing it. [Read the Docs to Learn More](https://houp.js.org).
Houp (hook up) is a simple, fast, and reliable solution for sharing a hook's state across multiple components. Whether you're working on a new project or an existing one, integrating Houp is straightforward. It doesn't matter how the hook is created or managed — Houp focuses solely on sharing it. [Read the Docs to Learn More](https://houp.js.org).

```
npm install houp
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": "houp",
"version": "0.6.1",
"description": "Houp allows you to share state across multiple components in React.",
"description": "Houp allows you to share a hook's state across multiple components in React.",
"homepage": "http://houp.js.org",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down

0 comments on commit 422650d

Please sign in to comment.