From ed474b9e4530cea71ec56cc8bcd8f8532faaf05c Mon Sep 17 00:00:00 2001 From: huaxk <69991803@qq.com> Date: Fri, 10 Jan 2020 19:59:00 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a68e2..8d5e51f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # PostgreSQL with Postgis GitHub Action This [GitHub Action](https://github.com/features/actions) setup a PostgreSQL database with Postgis. +Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks! # Usage @@ -14,7 +15,7 @@ steps: postgresql db: 'test' # This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of postgresql user will be used. ``` -Clinet params: +Client params: * host: "localhost" * user: "test" * password: ***