Skip to content

Commit

Permalink
Merge pull request #797 from vanderhoop/patch-2
Browse files Browse the repository at this point in the history
Fix small typo in readme
  • Loading branch information
syvb authored Apr 23, 2024
2 parents 0e8eefb + 94545d8 commit 6184ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cargo pgrx install --release && \
cargo run --manifest-path ../tools/post-install/Cargo.toml -- pg_config
```

To initialize the extension atfer installation, enter the following into `psql`:
To initialize the extension after installation, enter the following into `psql`:
```
CREATE EXTENSION timescaledb_toolkit;
```
Expand Down

0 comments on commit 6184ac7

Please sign in to comment.