Skip to content

Commit

Permalink
docs: resolve typo of uri instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored May 29, 2024
1 parent eb50dec commit a8d942b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8d942b

Please sign in to comment.