From ffd430a59a93f10fdfba7e75ffd34b39c9971154 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 16 Jul 2023 21:56:07 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaad3ec..3c68b69 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ export type Data = typeof data; const data = deserialize('my-data'); - console.log(data) // {hello: 'world'} + console.log(data) // {hello: 'world', isOkay: true} ```