File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ The demo sample will run a few scenarios in a sequential demonstration.
55Currently it will run the following scenarios in order:
66
771 . ` hello-world.wasm `
8- - Prints a nice ASCII art
8+ - Prints a nice ASCII art
99
10102 . ` blinky.wasm ` runs for 2 seconds
11- - Prints some logs to stdout
11+ - Prints some logs to stdout
1212
13133 . ` subscriber.wasm ` and ` publisher.wasm ` run alongside for 4 seconds
14- - Exchange messages between the containers
14+ - Exchange messages between the containers
1515
1616It requires the [ state information] ( ../StateInformation.md ) directory
1717to load the images from.
@@ -27,7 +27,7 @@ tools for Linux described in the [Get Started with Linux](../GetStartedLinux.md)
2727
2828In 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
3333mkdir build
You can’t perform that action at this time.
0 commit comments