Skip to content

Commit

Permalink
Use npmjs link in README.md for the wrapper projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopakumar Nair authored and Gopakumar Nair committed Nov 27, 2024
1 parent b383b90 commit b8501e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The `simple-state-machine` decouples business logic from the UI code, as it allo
This enables a clean, maintainable, and testable application architecture.

This project is the core library in the **state-management** suite, and it includes wrappers for popular frameworks:
- [state-machine-react](https://github.com/state-management/state-machine-react): React wrapper providing hooks like `fromState` and `useDispatcher`.
- [ngx-state-machine](https://github.com/state-management/ngx-state-machine): Angular wrapper making the state machine injectable into angular components as a service.
- [state-machine-react](https://www.npmjs.com/package/@state-management/state-machine-react): React wrapper providing hooks like `fromState` and `useDispatcher`.
- [ngx-state-machine](https://www.npmjs.com/package/@state-management/ngx-state-machine): Angular wrapper making the state machine injectable into angular components as a service.

By combining **simple-state-machine** with these wrappers, you can seamlessly integrate state management into your preferred framework.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@state-management/simple-state-machine",
"version": "1.0.8",
"version": "1.0.9",
"description": "A simple state management library using StateKey and Command Pattern for Angular, React, and React Native.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit b8501e9

Please sign in to comment.