We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405fbf4 commit e23110cCopy full SHA for e23110c
1 file changed
README.md
@@ -199,7 +199,7 @@ async def echo_message(message: str):
199
client = PolywrapClient()
200
201
# Load the WebAssembly wrapper through a URI that points to local file system
202
- uri = Uri('ens/rinkeby/helloworld.dev.polywrap.eth')
+ uri = Uri('wrap://ens/rinkeby/helloworld.dev.polywrap.eth')
203
204
args = {"arg": message }
205
0 commit comments