summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-20 15:43:53 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-20 15:43:53 +0300
commit24cc751651fcf47e57530d0c0aff536d0e4eb7c7 (patch)
tree80d9dcc13b46b5023e78a2d56c5caad5ba340c61 /README.md
parent08ed3d406f178f372899fd76b982bf20597756c1 (diff)
Improve doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e82c14..45563ce 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ app.subscribe("$.counter", (state) => {
};
});
-app.subscribe<[]>("request", (state) => {
+app.subscribe("request", (state) => {
return {
state: {
...state,