From 197aa06b6645d37c3b0811933e7d31c6bf87ef5a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 16 Jul 2023 12:52:04 +0200 Subject: [PATCH] chore: update readme --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 799d9ec..1f79e8a 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,19 @@ npm i @ayco/astro-resume ```astro --- -import Resumable from '@ayco/astro-resume'; +import Resumable from "@ayco/astro-resume"; const data = { - hello: 'world' + hello: 'world' } --- -
- + ``` \ No newline at end of file