diff --git a/README.md b/README.md index 1f576c3..1194aa7 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Embed github stats in your Astro page ✨ -This is a wrapper for [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) - # Usage Install in use in your Astro project: @@ -20,3 +18,14 @@ import GithubStats from 'astro-github-stats'; --- ``` + +# Showcase +![screenshot](./assets/screenshot.png) + +# Future plans + +This is a wrapper for [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). Other features will be supported later: +1. repo stats card +1. themes +1. account top languages + diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..3afa280 Binary files /dev/null and b/assets/screenshot.png differ