Skip to content

Commit 47e999e

Browse files
improve docs
1 parent 18c22e0 commit 47e999e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks to [ntrotner](https://github.com/ntrotner) and thanks to the hints we hav
88

99
```sh
1010

11-
deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/get-balance.ts https://mainnet.infura.io/v3/<your-project-id>
11+
deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/get-balance.ts https://mainnet.infura.io/v3/<your-project-id>
1212

1313
```
1414

@@ -31,7 +31,7 @@ console.log(`the balance is ${balance} wei`)
3131

3232
```sh
3333

34-
deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/get-transaction.ts https://mainnet.infura.io/v3/<your-project-id>
34+
deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/get-transaction.ts https://mainnet.infura.io/v3/<your-project-id>
3535

3636
```
3737

@@ -56,7 +56,7 @@ console.log(transaction)
5656

5757
```sh
5858

59-
deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/create-account.ts https://mainnet.infura.io/v3/<your-project-id>
59+
deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/create-account.ts https://mainnet.infura.io/v3/<your-project-id>
6060

6161
```
6262

0 commit comments

Comments
 (0)