From 8c28384a49013af97e1536440f04fb7a524bfe12 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 00:35:10 +0300 Subject: Fix ShapeX import casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3838ad8..e3a50a6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Create scalable event-driven applications with ShapeX, inspired by [re-frame](ht This is an example application that demonstrates how to use the ShapeX library. It has a single starting point event called `request`, which returns an updated state, which changes the `counter`. When that state changes, the subscriber for the `counter` state fires. ```typescript -import ShapeX from "ShapeX"; +import ShapeX from "shapex"; type AppState = { counter: number; -- cgit v1.2.3