From 0382f2b7a074865e42b24deb4b03a817e329bfc8 Mon Sep 17 00:00:00 2001 From: Nek-12 Date: Wed, 25 Dec 2024 16:44:30 +0100 Subject: [PATCH] fix quickstart heading --- docs/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 3e68f110..dd031351 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -400,7 +400,7 @@ its state after itself. ::: -### Step 8: Subscribe to your Store +## Step 8: Subscribe to your Store The way you do this varies a lot based on what you will use the Store for and your app's UI framework, if any. In this example, we'll subscribe using Compose to a Store made for managing UI state.