From 4f244997bbadc0ba50071fb8b5f9689188084028 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Apr 2026 11:30:45 +0200 Subject: [PATCH] Update user stats badge in README to reflect 600+ users --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47fcae80..ab2e992b 100644 --- a/README.md +++ b/README.md @@ -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.