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