diff --git a/README.md b/README.md index 1337388..799d9ec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm i @ayco/astro-resume ```astro --- -import Resumable from '../Resumable.astro'; +import Resumable from '@ayco/astro-resume'; const data = { hello: 'world' } @@ -26,7 +26,7 @@ const data = {