Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jan 23, 2022
1 parent 28f8719 commit ce2dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { ArweaveClient } = require('./index')
const { ArweaveClient } = require('ar-wrapper')

// Address of your admin wallet with funds
const address = "..."
Expand Down

0 comments on commit ce2dd3c

Please sign in to comment.