From a379b452572d14ef70a4c800143b934d9159c213 Mon Sep 17 00:00:00 2001 From: nikitashamgunov Date: Tue, 28 Dec 2021 14:26:42 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2a74c1eee..2e82d7b148 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Zenith is a serverless open source alternative to AWS Aurora Postgres. It separa ## Architecture overview -A Zenith installation consists of Compute nodes and Storage engine. +A Zenith installation consists of compute nodes and Zenith storage engine. -Compute nodes are stateless PostgreSQL nodes, backed by zenith storage. +Compute nodes are stateless PostgreSQL nodes, backed by Zenith storage engine. Zenith storage engine consists of two major components: - Pageserver. Scalable storage backend for compute nodes.