Skip to content

Commit 2f46266

Browse files
committed
Clean the docs a bit
1 parent b2ddb3a commit 2f46266

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/index.html.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We support several different methods for self-hosting, detailed in the [reposito
7676

7777
## Authentication
7878

79-
Authentication is not provided. Make sure you use this inside a secure network or put your own API proxy in front.
79+
Authentication is not provided. Make sure you use this inside a secure network or behind a secure API proxy.
8080

8181

8282

@@ -216,7 +216,7 @@ const data = await fetch('https://pg-api.fly.dev/config', {
216216

217217
`GET /config`
218218

219-
*Get your Postgres version information*
219+
Get your Postgres config.
220220

221221

222222
## getVersion
@@ -229,7 +229,7 @@ curl -X GET https://pg-api.fly.dev/config/version \
229229
-H 'Content-Type: application/json' \
230230
-H 'pg: { "host": "DB_HOST", "password": "DB_PASSWORD" }'
231231
```
232-
```javascript
232+
```js
233233
const data = await fetch('https://pg-api.fly.dev/config/version', {
234234
method: 'GET',
235235
headers: {
@@ -240,7 +240,7 @@ const data = await fetch('https://pg-api.fly.dev/config/version', {
240240

241241
`GET /config/version`
242242

243-
*Get your Postgres version information*
243+
Get your Postgres version information.
244244

245245

246246

0 commit comments

Comments
 (0)