diff --git a/README.md b/README.md index 0e4e100..9ad0be6 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------------|--------|----------|---------|------------------------------------------------------------------------------------------------------------| -| database\_url | string | true | | Database URL | -| options | string | true | `"-O"` | Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump | -| path | string | true | | Backup file output location | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------------------------------------------------------------|--------|----------|---------|------------------------------------------------------------------------------------------------------------| +| [database\_url](#input_database_url) | string | true | | Database URL | +| [options](#input_options) | string | true | `"-O"` | Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump | +| [path](#input_path) | string | true | | Backup file output location |