From e3756ffcb1f351af92bba7718e10f43d2c1ab90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Fri, 20 Oct 2023 14:01:54 +0200 Subject: [PATCH] fix: Remove slash (#57) --- documentation/docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/quick-start.md b/documentation/docs/quick-start.md index 96f9d7495..355f96e00 100644 --- a/documentation/docs/quick-start.md +++ b/documentation/docs/quick-start.md @@ -325,7 +325,7 @@ In order to complete this step you'll need to connect to the mediators Peer DID ```bash curl --location \ --request GET '[[MEDIATOR ENDPOINT]]/invitation' \ ---header 'Content-Type: application/json' \ +--header 'Content-Type: application/json' ```