Skip to content

Commit 6184ac7

Browse files
authored
Merge pull request #797 from vanderhoop/patch-2
Fix small typo in readme
2 parents 0e8eefb + 94545d8 commit 6184ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cargo pgrx install --release && \
7878
cargo run --manifest-path ../tools/post-install/Cargo.toml -- pg_config
7979
```
8080

81-
To initialize the extension atfer installation, enter the following into `psql`:
81+
To initialize the extension after installation, enter the following into `psql`:
8282
```
8383
CREATE EXTENSION timescaledb_toolkit;
8484
```

0 commit comments

Comments
 (0)