diff --git a/README.md b/README.md
index ad47e0fb4..892120d67 100644
--- a/README.md
+++ b/README.md
@@ -25,20 +25,20 @@
Explore the Docs · Community Help · Try Live Demo · Roadmap · View G2 Reviews
-
-Benefits over a regular CMS
+Benefits over a regular CMS
- - Don’t hit their API, hit yours
+ - Don’t hit some third-party SaaS API, hit your own API
- Use your own database and own your data
+ - It's just Express - do what you want outside of Payload
+ - No need to learn how Payload works - if you know JS, you know Payload
- No vendor lock-in
- - Avoid microservices hell
+ - Avoid microservices hell - get everything (even auth) in one place
- Never touch ancient WP code again
- Build faster, never hit a roadblock
- Both admin and backend are 100% extensible
-
-## ☁️ Deploy your entire stack in one place with Payload Cloud.
+## ☁️ Deploy instantly with Payload Cloud.
Create a cloud account, connect your GitHub, and [deploy in minutes](https://payloadcms.com/new).
## 🚀 Get started by self-hosting completely free, forever.
@@ -59,17 +59,6 @@ Eliminate the need to combine Shopify and a CMS, and instead do it all with Payl
**If you maintain your own template, consider adding the `payload-template` topic to your GitHub repository for others to find.**
-## ⭐ Why Payload?
-
-Payload is a CMS that has been designed for developers from the ground up to deliver them what they need to build great digital products. If you know JavaScript, you know Payload. It's a _code-first_ CMS, which allows us to do a lot of things right:
-
-- Payload gives you everything you need, but then steps back and lets you build what you want in JavaScript or TypeScript - with no unnecessary complexity brought by GUIs. You'll understand how your CMS works because you will have written it exactly how you want it.
-- Bring your own Express server and do whatever you need on top of Payload. Payload doesn't impose anything on you or your app.
-- Completely control the Admin panel by using your own React components. Swap out fields or even entire views with ease.
-- Use your data however and wherever you need thanks to auto-generated, yet fully extensible REST, GraphQL, and Local Node APIs.
-
-Read more on our website
-
## ✨ Features
- Completely free and open-source