From b9e7cfceb713f41a4f79885d24e4bf88c4ab7879 Mon Sep 17 00:00:00 2001 From: goosewobbler Date: Mon, 3 Feb 2025 17:47:22 +0000 Subject: [PATCH] docs: fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e829eb..daec5dd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Zutron enables a single store workflow with Zustand in Electron apps, effectivel ### How It Works -Behind the scenes, Zutron creates an additional Zustand store in each renderer process. These stores are synchronized in one direction with your application store in the main process. +Behind the scenes, Zutron creates an additional Zustand store in each renderer process. These stores are synchronized in one direction with your application store in the main process.