From 0a8e72b451d9ae328d7e7f84903b523e7ab04154 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 1 Jul 2019 01:21:56 +0200 Subject: [PATCH] Fix stray old connection string in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d94b6f81..6566df43 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The configuration file needs to be placed in the bot's working directory (usuall The configuration file is in JSON format (albeit with a `.conf` extension), and the following keys (using `.` to indicate a nested object level) are available: The following keys are available: -* `PluralKit.Database`: the URI of the database to connect to (in [ADO.NET Npgsql format](https://www.connectionstrings.com/npgsql/): `postgres://username:password@hostname:port/database_name`) +* `PluralKit.Database`: the URI of the database to connect to (in [ADO.NET Npgsql format](https://www.connectionstrings.com/npgsql/)) * `PluralKit.Bot.Token`: the Discord bot token to connect with # Running