Fix simple typos in README

Incremnetal -> Incremental
Installaion -> Installation
This commit is contained in:
Hanefi Onaldi 2022-04-01 14:53:14 +03:00 committed by Hanefi Onaldi
parent 5609f1a757
commit dc13661b13
No known key found for this signature in database
GPG key ID: F18CDB10BA0DFDC7

View file

@ -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