diff --git a/documentation/general/general_setup.md b/documentation/general/general_setup.md index 2ec6545e445..6aad49576d7 100644 --- a/documentation/general/general_setup.md +++ b/documentation/general/general_setup.md @@ -128,9 +128,9 @@ ones you might see used throughout the documentation: - [`httpie`](https://httpie.io/docs/cli) is a command line HTTP client. Like cURL but with a lot of conveniences and easier to remember. Try `http --help` for info. -- ['psql'] (https://www.postgresql.org/docs/current/app-psql.html) is the +- [`psql`](https://www.postgresql.org/docs/current/app-psql.html) is the PostgreSQL client. -- ['pgcli] (https://www.pgcli.com/docs) is a command line interface for Postgres +- [`pgcli`](https://www.pgcli.com/docs) is a command line interface for Postgres with auto-completion and syntax highlighting. ````{admonition} Bring your own tools