Skip to content

Commit 70b273c

Browse files
committed
Update documentation
1 parent 0d1f006 commit 70b273c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ An example of making use of a custom serializer with the polyfill:
234234

235235
```typescript
236236
import { setSerializer } from "@virtualstate/navigation/polyfill";
237-
import { serialize, deserialize } from '@ungap/structured-clone';
237+
import { serialize, deserialize } from "@ungap/structured-clone";
238238

239239
setSerializer({
240240
stringify(value) {

0 commit comments

Comments
 (0)