From 31f442034ea94cd795a0e32ae793d5d9cf30f0a1 Mon Sep 17 00:00:00 2001
From: Tonye Jack <jtonye@ymail.com>
Date: Tue, 4 May 2021 15:36:31 -0400
Subject: [PATCH] Update README.md

---
 README.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/README.md b/README.md
index 8233c45..9632e9b 100644
--- a/README.md
+++ b/README.md
@@ -17,25 +17,6 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
           options: "-O"   
 ```
 
-> NOTE: :warning: 
-> * Ensure the backup output file already exists.
-
-Example
-```yaml
-    steps:
-      - uses: actions/checkout@v2
-      - name: Create backup file
-        run: |
-          touch backups/backup.sql
-      - name: Postgres Dump Backup
-        uses: tj-actions/pg-dump@v1
-        with:
-          database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
-          path: "backups/backup.sql" 
-          options: "-O"   
-
-```
-
 
 ## Inputs