diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-20 15:43:53 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-20 15:43:53 +0300 |
| commit | 24cc751651fcf47e57530d0c0aff536d0e4eb7c7 (patch) | |
| tree | 80d9dcc13b46b5023e78a2d56c5caad5ba340c61 | |
| parent | 08ed3d406f178f372899fd76b982bf20597756c1 (diff) | |
Improve doc
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ app.subscribe("$.counter", (state) => { }; }); -app.subscribe<[]>("request", (state) => { +app.subscribe("request", (state) => { return { state: { ...state, |
