From fb5d905a755fa1852c930809335c233d21befafa Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 16 Jul 2023 21:53:43 +0200 Subject: [PATCH] chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb055e9..aaad3ec 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ export type Data = typeof data; import {deserialize} from '@ayco/astro-resume'; /** - * reuse the type in the client - * assuming this component's name is `Component.astro` - */ + * reuse the type in the client + * assuming this component's name is `Component.astro` + */ import type {Data} from './Component.astro'; const data = deserialize('my-data');