From dc13661b130b1647816d9251737393dc86c1d0e7 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Fri, 1 Apr 2022 14:53:14 +0300 Subject: [PATCH] Fix simple typos in README Incremnetal -> Incremental Installaion -> Installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6ee03a..6ca12bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pg_ivm -The `pg_ivm` module provides Incremnetal View Maintenance (IVM) feature for PostgreSQL. +The `pg_ivm` module provides Incremental View Maintenance (IVM) feature for PostgreSQL. The extension is compatible with PostgreSQL 14. @@ -54,7 +54,7 @@ postgres=# SELECT * FROM m; -- automatically updated (4 rows) ``` -## Installaion +## Installation To install `pg_ivm`, execute this in the module's directory: ```shell