Skip to content

Commit

Permalink
Fix typos in services.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
brenda-lambert committed Sep 22, 2023
1 parent 5be516b commit 8e6055a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/services.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ editor: visual

Hal9 allows the users to connect and query a database in PostgreSQL. In this tutorial, we will see how to create a PostgreSQL database on Heroku, how to connect it to services like Notion using Brackets, and how to configure Hal9 to access our database.

<br>

### Creating a PostgreSQL database on Heroku

Expand Down Expand Up @@ -59,12 +58,12 @@ The steps to configure Hal9 to connect to a PostgreSQL database are:

- Once you are logged in, you must go to settings and you will notice that the *Enable database support* option is not selected.

<center><img src="Images/120.png" style="max-width: 70%"/></center>(update this)
<center><img src="Images/120.png" style="max-width: 70%"/></center>
<br>

- When you select it, you will need to fill in the connection box, in which you must enter the URI obtained from Heroku, but replacing postgres with postgresql+psycopg2

<center><img src="Images/121.png" style="max-width: 70%"/></center>(update this)
<center><img src="Images/121.png" style="max-width: 70%"/></center>
<br>


Expand Down

0 comments on commit 8e6055a

Please sign in to comment.