0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2021-01-30 21:39:55 -05:00 committed by GitHub
parent 107a78c885
commit 339d302bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[pg-dump](https://www.postgresql.org/docs/9.6/app-pgdump.html)
---------
Run pg_dump to generate a backup
Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
```yaml
...