Skip to content

Commit

Permalink
Fix codeblock problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jericson committed Nov 9, 2021
1 parent 00f2e47 commit 012e554
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ $
The connection string for the demo Advanced Server cluster looks like this:

```
postgres://demo:[email protected]:5432/chinook?sslmode=require```
postgres://demo:[email protected]:5432/chinook?sslmode=require
```

In case you're unfamiliar with [PostgreSQL connection URIs](https://www.postgresql.org/docs/current/libpq-connect.html#id-1.7.3.8.3.6), let's break that down:

Expand Down

0 comments on commit 012e554

Please sign in to comment.