From 5b95cd818e180feae8313cac6bd247fa1c9981e0 Mon Sep 17 00:00:00 2001 From: Aravind SV Date: Thu, 4 Feb 2021 10:08:11 +0000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7254b..6c6ed72 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Follow detailed instructions in [Upgrading to GoCD 20.5.0](https://docs.gocd.org ## Example database connection URLs: Some example database URLs that the tool understands: -- H2 URL: `jdbc:h2:/path/to/cruise` (this is the H2 database path without the `.db` extension) +- H2 URL: `jdbc:h2:/path/to/cruise` (this is the H2 database path without the `.h2.db` extension) - PostgreSQL URL: `jdbc:postgresql://localhost:5432/gocd` - MySQL URL: `jdbc:mysql://localhost:3306/gocd`