chore: update readme

This commit is contained in:
Ayo 2023-07-16 21:56:07 +02:00
parent 84c2161e4d
commit ffd430a59a

View file

@ -67,7 +67,7 @@ export type Data = typeof data;
const data = deserialize<Data>('my-data');
console.log(data) // {hello: 'world'}
console.log(data) // {hello: 'world', isOkay: true}
</script>
```