This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d0357972 Change to inline command (#234)
d0357972 is described below

commit d03579722e61e0ccae7439e6b26655a4507b30ed
Author: ksheroz <[email protected]>
AuthorDate: Tue Nov 21 05:08:14 2023 +0500

    Change to inline command (#234)
---
 docs/intro/setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/intro/setup.md b/docs/intro/setup.md
index fed68e4b..cd6f3644 100644
--- a/docs/intro/setup.md
+++ b/docs/intro/setup.md
@@ -81,7 +81,7 @@ make PG_CONFIG=/path/to/postgres/bin/pg_config install
 ### Post Installation AGE Setup
 
 
-After the installation, open a connection to a running instance of your 
database and run the CREATE EXTENSION command to have AGE installed on the 
server.
+After the installation, open a connection to a running instance of your 
database and run the `CREATE EXTENSION` command to have AGE installed on the 
server.
 
 ```postgresql
 CREATE EXTENSION age;

Reply via email to