Update user stats badge in README to reflect 600+ users

This commit is contained in:
MartinBraquet
2026-04-30 11:30:45 +02:00
parent 87ec4a7bc3
commit 4f244997bb

View File

@@ -5,7 +5,7 @@
[![CI](https://github.com/CompassConnections/Compass/actions/workflows/ci.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/ci.yml)
[![CI E2E](https://github.com/CompassConnections/Compass/actions/workflows/ci-e2e.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/ci-e2e.yml)
[![codecov](https://codecov.io/gh/CompassConnections/Compass/branch/main/graph/badge.svg)](https://codecov.io/gh/CompassConnections/Compass)
[![Users](https://img.shields.io/badge/Users-500%2B-blue?logo=myspace)](https://www.compassmeet.com/stats)
[![Users](https://img.shields.io/badge/Users-600%2B-blue?logo=myspace)](https://www.compassmeet.com/stats)
# Compass
@@ -276,8 +276,10 @@ There is a lot of documentation in the [docs](docs) folder and across the repo,
- [knowledge.md](docs/knowledge.md) for general information about the project structure.
- [development.md](docs/development.md) for additional instructions, such as adding new profile fields or languages.
- [TESTING.md](docs/TESTING.md) for how to write tests.
- [PERFORMANCE_OPTIMIZATION.md](docs/PERFORMANCE_OPTIMIZATION.md) for frontend, backend, and database performance best practices.
- [DATABASE_CONNECTION_POOLING.md](docs/DATABASE_CONNECTION_POOLING.md) for database connection management and troubleshooting.
- [PERFORMANCE_OPTIMIZATION.md](docs/PERFORMANCE_OPTIMIZATION.md) for frontend, backend, and database performance best
practices.
- [DATABASE_CONNECTION_POOLING.md](docs/DATABASE_CONNECTION_POOLING.md) for database connection management and
troubleshooting.
- [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md) for resolving common development issues.
- [web](web) for the web.
- [backend/api](backend/api) for the backend API.