Skip to content

Commit 1e9ad28

Browse files
committed
doc(demo): fix typo
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 2bcf352 commit 1e9ad28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/samples/demo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The demo sample will run a few scenarios in a sequential demonstration.
55
Currently it will run the following scenarios in order:
66

77
1. `hello-world.wasm`
8-
- Prints a nice ASCII art
8+
- Prints a nice ASCII art
99

1010
2. `blinky.wasm` runs for 2 seconds
11-
- Prints some logs to stdout
11+
- Prints some logs to stdout
1212

1313
3. `subscriber.wasm` and `publisher.wasm` run alongside for 4 seconds
14-
- Exchange messages between the containers
14+
- Exchange messages between the containers
1515

1616
It requires the [state information](../StateInformation.md) directory
1717
to load the images from.
@@ -27,7 +27,7 @@ tools for Linux described in the [Get Started with Linux](../GetStartedLinux.md)
2727

2828
In Linux, the demo sample is part of the main library build.
2929

30-
From the root of the repository, or from anywhere else, reate build directory:
30+
From the root of the repository, or from anywhere else, create build directory:
3131

3232
```sh
3333
mkdir build

0 commit comments

Comments
 (0)