From 3a9a7d3eb2f17f9ca91661a68605aff5778809b3 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Thu, 24 Aug 2023 02:35:09 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 |