chore: update readme
This commit is contained in:
parent
84c2161e4d
commit
ffd430a59a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export type Data = typeof data;
|
||||||
|
|
||||||
const data = deserialize<Data>('my-data');
|
const data = deserialize<Data>('my-data');
|
||||||
|
|
||||||
console.log(data) // {hello: 'world'}
|
console.log(data) // {hello: 'world', isOkay: true}
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue