Merge pull request #2 from hanefi/patch-1

Fix simple typos in README
This commit is contained in:
Yugo Nagata 2022-04-01 22:01:46 +09:00 committed by GitHub
commit 9f02dc84dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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