diff --git a/README.md b/README.md
index 4bd71f574184c90b27e2590da7f60109d7ba0cd0..d18211e88660785ab61257e39e146174fbc0c9b7 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,6 @@ https://www.youtube.com/watch?v=-DqCc2DJ0sg
 
 i'll lyk when its done
 
-# original README
-
-PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover support.
-
 ## Features
 | **Feature**                    | **Status**                  | Gat Status         | **Comments**                                                                                                                                          |
 |--------------------------------|-----------------------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -30,6 +26,10 @@ PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover su
 | Client authentication          | :white_check_mark: :wrench: | same as them       | MD5 password authentication is supported, SCRAM is on the roadmap; one user is used to connect to Postgres with both SCRAM and MD5 supported.         |
 | Admin database                 | :white_check_mark:          | no                 | The admin database, similar to PgBouncer's, allows to query for statistics and reload the configuration.                                              |
 
+# original README
+
+PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover support.
+
 ## Deployment
 
 See `Dockerfile` for example deployment using Docker. The pooler is configured to spawn 4 workers so 4 CPUs are recommended for optimal performance. That setting can be adjusted to spawn as many (or as little) workers as needed.