fix: description trimming & htmlEncode

This commit is contained in:
anuraghazra
2020-07-11 14:17:51 +05:30
parent 137a9f2038
commit 12fd842fce
3 changed files with 32 additions and 38 deletions
-6
View File
@@ -13,12 +13,6 @@ Copy paste this into your markdown content, and that's it. Simple!
change the `?username=` value to your GitHubs's username
```md
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)
```
_Psst, you can also use this code so that `github-readme-stats` gets proper credit :D and other people can also try it out!_
```md
[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)
```