Skip to content

Commit bde83f6

Browse files
Merge pull request #1140 from dfinity/Fix_Readme
chore: fix low_wasm_memory_hook example
2 parents 0f1a481 + 7749e86 commit bde83f6

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

rust/low_wasm_memory/Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)