Skip to content

Commit

Permalink
Keep docs in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ifavo committed Feb 3, 2024
1 parent 774e037 commit d555398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ await getAddress("hello.vet", connex)
## `getRecord(name, connex)`

- Lookup the address record for a name manually.
- Returns address of ZeroAddress (`0x0000000000000000000000000000000000000000`).
- Returns address or throws if no resolver or address is set

```js
import { useConnex } from "@vechain/dapp-kit-react"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vechain.energy/dapp-kit-hooks",
"author": "vechain.energy <contact@vechain.energy>",
"version": "1.1.3",
"version": "1.1.4",
"description": "Hooks and helpers for name resolution by vet.domains",
"packageManager": "yarn@3.6.1",
"devDependencies": {
Expand Down

0 comments on commit d555398

Please sign in to comment.