File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ fn hello_world(_req: Request) -> Result<Response> {
41
41
#### Spin Manifest
42
42
43
43
Once the code is compiled to a WebAssembly component, it can be referenced in a ` spin.toml `
44
- file to create an HTTP application like below.
44
+ file to create an HTTP application like what you can see below:
45
45
46
46
``` toml
47
47
spin_version = " 1"
@@ -58,8 +58,8 @@ route = "/hello"
58
58
59
59
#### Running a Spin Application
60
60
61
- Running this application with the ` spin ` CLI is as simple as using the ` spin up ` command.
62
- Because a trigger type of ` http ` is specified in the ` spin.toml ` , ` spin up ` will start
61
+ Running this application with the spin CLI is as simple as using the ` spin up ` command.
62
+ Because a trigger type of ` http ` is specified in the ` spin.toml ` file , ` spin up ` will start
63
63
a web server:
64
64
65
65
``` console
You can’t perform that action at this time.
0 commit comments