Skip to content

Commit add8b2f

Browse files
committed
update readme
+ opening a PR to trigger DCO app enablement Signed-off-by: Michelle Dhanani <[email protected]>
1 parent 9a906cb commit add8b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The plugin then instantiates a Wasm component and injects the message to the com
1212

1313
Install MQTT Plugin:
1414

15-
```
15+
```bash
1616
spin plugin install --url https://github.com/spinkube/spin-trigger-mqtt/releases/download/canary/trigger-mqtt.json --yes
1717
```
1818

@@ -26,13 +26,13 @@ If you want to learn more about Spin's plugin model, read [here](https://www.fer
2626

2727
Install MQTT Template:
2828

29-
```
29+
```bash
3030
spin templates install --git https://github.com/spinkube/spin-trigger-mqtt --upgrade
3131
```
3232

3333
### Create Spin App
3434

35-
```
35+
```bash
3636
spin new -t mqtt-rust mqtt-app
3737
```
3838

0 commit comments

Comments
 (0)