Skip to content

Commit 449fa5b

Browse files
committed
Readme should point to the docs - single source of truth
1 parent 8d39016 commit 449fa5b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ A RESTful API for managing your Postgres. Fetch tables, add roles, and run queri
66

77
Full documentation: https://supabase.github.io/pg-api/
88

9-
A trial API is set up here: https://pg-api.fly.dev/. To use this with your own Postgres database, pass a `pg` header. Example:
10-
11-
```bash
12-
curl -X GET \
13-
'https://pg-api.fly.dev/config/version' \
14-
-H 'pg: { "password":"YOUR_PASSWORD", "host": "YOUR_DB_URL" } '
15-
```
16-
9+
A trial API is set up here: https://pg-api.fly.dev/. To try this with your own Postgres database, read the [usage](https://supabase.github.io/pg-api/#usage) section in the docs.
1710

1811
## Quickstart
1912

@@ -37,8 +30,6 @@ Then run any of the bin files in the `bin` directory
3730
./bin/start-windows.exe
3831
```
3932

40-
Then you can call any of the following
41-
4233

4334
## FAQs
4435

0 commit comments

Comments
 (0)