Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsqdb authored Dec 18, 2024
1 parent cf918a2 commit b6ef99f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Houp
[![Build Status](https://img.shields.io/github/actions/workflow/status/houpjs/houp/test.yml?branch=main)](https://github.com/houpjs/houp/actions?query=workflow%3Atest)
[![npm Package](https://img.shields.io/npm/v/houp.svg)](https://www.npmjs.org/package/houp)
![NPM dev or peer Dependency Version](https://img.shields.io/npm/dependency-version/houp/peer/react)
[![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 that can make you share state among multiple components. Whether it is a new project or an existing project, adding Houp is very simple. Houp doesn't care how the state is created and managed, it just shares it.

```
Expand Down Expand Up @@ -142,4 +149,4 @@ export function Updater() {

## License

[MIT](LICENSE).
[MIT](LICENSE).

0 comments on commit b6ef99f

Please sign in to comment.