From bec7a95abbc18ae6f39c24654975f098a98484a1 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 10 Apr 2024 16:46:18 +0200 Subject: [PATCH] Fix missing ? to delineate query string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9600f6b..4488822 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ First configure the basic parameters, either using a DSN or as separate paramete ```yaml unleash_client: - dsn: http://localhost:4242/api&instance_id=myCoolApp-Server1&app_name=myCoolApp + dsn: http://localhost:4242/api?instance_id=myCoolApp-Server1&app_name=myCoolApp ``` or