diff --git a/README.md b/README.md index 8803ae8b..3549fe8e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To migrate from [github-readme-stats](https://github.com/anuraghazra/github-read + https://github-stats-extended.vercel.app/api?username=octocat&theme=radical ``` -GitHub-Stats-Extended aims to be fully compatible with [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). For more details see [Compatibility Notes](docs/fork.md#compatibility-notes). +GitHub-Stats-Extended aims to be fully compatible with github-readme-stats. For more details see [Compatibility Notes](docs/fork.md#compatibility-notes). # Card Types - Show your GitHub statistics: @@ -66,13 +66,13 @@ GitHub-Stats-Extended aims to be fully compatible with [github-readme-stats](htt # Advanced Customization The [GitHub-Stats-Extended Wizard](https://github-stats-extended.vercel.app/frontend) offers some essential customization options. For more advanced customization check out the [advanced documentation](docs/advanced_documentation.md). -# Acknowledgements -This project is based on [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). On top of that project's functionality GitHub-Stats-Extended adds several new features and improvements. See [Fork Information](docs/fork.md) for a list of changes. The frontend added to GitHub-Stats-Extended is based on [GitHub Trends](https://github.com/avgupta456/github-trends). Big thanks to [@anuraghazra](https://github.com/anuraghazra), [@avgupta456](https://github.com/avgupta456), [@rickstaa](https://github.com/rickstaa), [@qwerty541](https://github.com/qwerty541) and everyone else who worked on these projects! ❤️ - # Run It Yourself If you want to run GitHub-Stats-Extended on your own, there are two main deployment options: you can use [github-readme-stats-action](https://github.com/stats-organization/github-readme-stats-action) to generate cards in your own GitHub Actions workflow. Or you can self-host GitHub-Stats-Extended on Vercel. -See [Deploy on your own](docs/deploy.md) for detailed instructions. +See [Run It Yourself](docs/deploy.md) for detailed instructions. + +# Acknowledgements +This project is based on [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). On top of that project's functionality GitHub-Stats-Extended adds several new features and improvements. See [Fork Information](docs/fork.md) for a list of changes. The frontend added to GitHub-Stats-Extended is based on [GitHub Trends](https://github.com/avgupta456/github-trends). Big thanks to [@anuraghazra](https://github.com/anuraghazra), [@avgupta456](https://github.com/avgupta456), [@rickstaa](https://github.com/rickstaa), [@qwerty541](https://github.com/qwerty541) and everyone else who worked on these projects! ❤️ # Contributing Contributions are welcome! \ No newline at end of file diff --git a/docs/fork.md b/docs/fork.md index 48d0f77c..7c6e70ec 100644 --- a/docs/fork.md +++ b/docs/fork.md @@ -84,7 +84,9 @@ There is only one exception to this: GitHub-Stats-Extended improves line wrappin This should be an improvement for existing cards, but it still changes their appearance a bit. Previously, line wrapping happened simply after 59 characters, with special handling for Chinese characters: + character-based GitHub-Stats-Extended now takes the actual width of each character into account: + new-server-side-calculation \ No newline at end of file