Skip to content

Commit

Permalink
Merge pull request #37 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 authored Oct 4, 2021
2 parents daa1c4c + b3c9ea6 commit e5d2062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## pg-dump

Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup

```yaml
...
Expand All @@ -20,9 +20,9 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
| Input | type | required | default | description |
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
| database_url | `string` | `true` | | Database URL |
| database\_url | `string` | `true` | | Database URL |
| path | `string` | `true` | | Backup file output location |
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg_dump |
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump |

* Free software: [MIT license](LICENSE)

Expand Down

0 comments on commit e5d2062

Please sign in to comment.