From 9c3a7db7fe82069dbb088113263577ccceb08d50 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 16 Jul 2023 12:48:09 +0200 Subject: [PATCH] fix: resume function not exported properly --- README.md | 4 ++-- src/pages/index.astro | 2 +- src/resume.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 = {