update project readme
This commit is contained in:
parent
353b3ec54b
commit
3a9643b7af
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -1,20 +1,23 @@
|
|||
# Astro Github Stats
|
||||
|
||||
[](https://www.npmjs.com/package/astro-github-stats)
|
||||
[](https://www.npmjs.com/package/astro-github-stats)
|
||||
[](https://www.npmjs.com/package/astro-github-stats)
|
||||
[](https://github.com/ayoayco/astro-github-stats)
|
||||
|
||||
Embed github stats in your Astro page ✨
|
||||
Embed github stats on your [Astro](https://astro.build) page ✨
|
||||
|
||||
# Usage
|
||||

|
||||
|
||||
Install in use in your Astro project:
|
||||
*Please report issues found or suggestions in the [project issues page](https://github.com/ayoayco/astro-github-stats/issues)*
|
||||
|
||||
### Usage
|
||||
Install on your Astro project:
|
||||
|
||||
```
|
||||
npm i astro-github-stats
|
||||
```
|
||||
|
||||
Then use in your Astro page:
|
||||
Then use on your Astro page:
|
||||
|
||||
```
|
||||
---
|
||||
|
@ -23,13 +26,10 @@ import GithubStats from 'astro-github-stats';
|
|||
<GithubStats username="ayoayco" />
|
||||
```
|
||||
|
||||
# Showcase
|
||||

|
||||
|
||||
# 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
|
||||
### Future plans
|
||||
Initially this is a wrapper for [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) supporting the basic github account stats card. Other features can be supported later, depending on demand:
|
||||
1. repo cards
|
||||
1. themes
|
||||
1. account top languages
|
||||
|
||||
*Please report issues found or suggestions in the [project issues page](https://github.com/ayoayco/astro-github-stats/issues)*
|
||||
|
|
Loading…
Reference in a new issue