From a8d942b638904d51a1c08584c20f8b5c1cbe9fb5 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 29 May 2024 14:06:18 +0100 Subject: [PATCH] docs: resolve typo of `uri` instead of `url` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f93b5..401b58d 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Initialise the Arionum node configuration object: ```typescript import { buildNodeConfiguration } from "arionum-js"; -const uri = 'http://peer1.arionum.com' +const url = 'http://peer1.arionum.com' -const nodeConfiguration = buildNodeConfiguration({ uri }) +const nodeConfiguration = buildNodeConfiguration({ url }) ``` Then pass this to any of the SDK functions: