From fbedde3d5911894bd31cec0f6d44aa5ccf4c9e4e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 25 Sep 2022 22:15:18 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e2f4b..23a698e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm i astro-github-stats Then use on your Astro page: -``` +```astro --- import GithubStats from 'astro-github-stats'; ---