Skip to content

Commit 405fbf4

Browse files
authored
Update README.md
1 parent aaa4bbf commit 405fbf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async def echo_message(message: str):
199199
client = PolywrapClient()
200200

201201
# Load the WebAssembly wrapper through a URI that points to local file system
202-
uri = Uri(f'fs/{Path(__file__).parent.joinpath("cases", "simple-invoke", "HelloWorldWrapper.wasm").absolute()}')
202+
uri = Uri('ens/rinkeby/helloworld.dev.polywrap.eth')
203203

204204
args = {"arg": message }
205205

0 commit comments

Comments
 (0)