From 015b1c7cb3259a6fcd5039bc2bd46a462e163ae8 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Fri, 3 Oct 2025 15:07:57 -0700 Subject: [PATCH] Update README (#12827) Subj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ba00393e..8839db33d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Neon -Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. +Neon is an open-source serverless Postgres database platform. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. ## Quick start Try the [Neon Free Tier](https://neon.tech/github) to create a serverless Postgres instance. Then connect to it with your preferred Postgres client (psql, dbeaver, etc) or use the online [SQL Editor](https://neon.tech/docs/get-started-with-neon/query-with-neon-sql-editor/). See [Connect from any application](https://neon.tech/docs/connect/connect-from-any-app/) for connection instructions.