Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c87dfa

Browse files
authoredMay 18, 2020
Update README.md
1 parent 47aae6a commit 1c87dfa

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
@@ -44,7 +44,7 @@ USE_PGXS=1 make -C /path/to/ptrack/ install
4444
6) Run PostgreSQL and create `ptrack` extension
4545

4646
```sql
47-
CREATE EXTENSION ptrack;
47+
postgres=# CREATE EXTENSION ptrack;
4848
```
4949

5050
## Configuration

0 commit comments

Comments
 (0)
Please sign in to comment.