From fbc52f00e1237ef09abd762bfaebc607aec3d235 Mon Sep 17 00:00:00 2001 From: riccardoperra Date: Mon, 11 Nov 2024 22:03:56 +0100 Subject: [PATCH] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afcb343..d8dc783 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This project uses [ungh](https://github.com/unjs/ungh) from UnJS in order to cal This project uses [statebuilder](https://github.com/riccardoperra/statebuilder) to handle local state. -The editor store uses a command-based approach which granularly update the yaml code imperatively via [yaml](https://www.npmjs.com/package/yaml) package. +The editor store uses a command-based approach which granularly update the yaml code imperatively via [yaml](https://www.npmjs.com/package/yaml) package. Currently autosave and local persistance (indexedb) is not implemented, but may be present in the future See some implementations in `store` folder: