Skip to content

Commit 9ea7800

Browse files
.
1 parent dc545d8 commit 9ea7800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/low_wasm_memory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This example requires an installation of:
1919
Navigate into the folder containing the project's files and start a local instance of the replica with the command:
2020

2121
```sh
22-
cd examples/rust/low_wasm_memory_hook
22+
cd examples/rust/low_wasm_memory
2323
dfx start --clean
2424
```
2525

@@ -36,7 +36,7 @@ Dashboard: http://localhost:63387/_/dashboard
3636
- #### Step 2: Open another terminal window in the same directory:
3737

3838
```sh
39-
cd examples/rust/low_wasm_memory_hook
39+
cd examples/rust/low_wasm_memory
4040
```
4141

4242
- #### Step 3: Compile and deploy the `low_wasm_memory_hook` canister, setting the interval for periodic tasks to 10s:

0 commit comments

Comments
 (0)