From 807dcb62bc4cb154c6ae25b79da9e139f6b5991c Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 20 Nov 2024 07:41:29 +0100 Subject: [PATCH] chore: fmt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 450bb11..8053bad 100644 --- a/README.md +++ b/README.md @@ -342,8 +342,8 @@ const wallet = await IcpWallet.connect({ ```typescript const wallet = await IcpWallet.connect({ - url: 'https://staging.oisy.com/sign', - host: 'http://localhost:6666' + url: 'https://staging.oisy.com/sign', + host: 'http://localhost:6666' }); ```