Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindsv committed Feb 4, 2021
1 parent 4bf1fdc commit 5b95cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 5b95cd8

Please sign in to comment.