Skip to content

Commit

Permalink
docs: fix pgx info in cargo-pgrx README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Nov 28, 2024
1 parent eda7549 commit e7803e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-pgrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ that generate extension artifacts will automatically copy these files, and only
to their final destination as dictated by `pg_config`.


## Information about pgx-managed development environment
## Information about pgrx-managed development environment

```console
$ cargo pgrx info --help
Expand All @@ -664,7 +664,7 @@ Options:
-V, --version Print version
```

`cargo pgx info` helps retrieving information about pgx-managed development
`cargo pgrx info` helps retrieving information about pgrx-managed development
environment (such as managed Postgres installations)

## EXPERIMENTAL: Versioned shared-object support
Expand Down

0 comments on commit e7803e8

Please sign in to comment.