Skip to content

Commit 7482c85

Browse files
authored
[-] fix command syntax and update documentation links
Updated command syntax and documentation links in README.
1 parent 021f7da commit 7482c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ chains:
8686
Load YAML chains with:
8787
8888
```bash
89-
pg_timetable --file chains.yaml --connstr "postgresql://user:pass@host/db"
89+
pg_timetable --file chains.yaml postgresql://user:pass@host/db
9090
```
9191

92-
See [`samples/yaml/`](samples/yaml/) for more examples and [`docs/yaml-format.md`](docs/yaml-format.md) for complete format specification.
92+
See [`samples/yaml/`](samples/yaml/) for more examples and [YAML Schema](https://cybertec-postgresql.github.io/pg_timetable/latest/yaml-format/) for complete format specification.
9393

9494
## Installation
9595

0 commit comments

Comments
 (0)