Skip to content

Commit

Permalink
Fixed "All contributors not showing on README.md" (#2688)
Browse files Browse the repository at this point in the history
# In README.md
## All Contributors Section

**Out of the 216 contributors, the page only shows around 100**
By adding an additional parameter ```max``` It now shows all of them.
  • Loading branch information
KingHowler authored Sep 10, 2024
1 parent f0eb587 commit 66607c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Our most active contributors are welcome to join the maintainers team. If you ar
### All Contributors

<a href="https://contrib.rocks">
<img src="https://contrib.rocks/image?repo=alshedivat/al-folio" />
<img src="https://contrib.rocks/image?repo=alshedivat/al-folio&max=500" />
</a>

## Star History
Expand Down

0 comments on commit 66607c1

Please sign in to comment.