Skip to content

Commit d48a8d7

Browse files
authored
Merge pull request #30 from tpmccallum/patch-1
2 parents 230b8a3 + 7cdaa35 commit d48a8d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The plugin then instantiates a Wasm component and injects the message to the com
1313
Install MQTT Plugin:
1414

1515
```
16-
spin plugin install --url https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.2.0/trigger-mqtt.json --yes
16+
spin plugin install --url https://github.com/spinkube/spin-trigger-mqtt/releases/download/canary/trigger-mqtt.json --yes
1717
```
1818

1919
[Note: release management for multiple versions of this plugin/trigger will be added soon]
@@ -33,11 +33,9 @@ spin templates install --git https://github.com/spinkube/spin-trigger-mqtt --upg
3333
### Create Spin App
3434

3535
```
36-
spin new mqtt-app
36+
spin new -t mqtt-rust mqtt-app
3737
```
3838

39-
Select the template called `mqtt-rust`
40-
4139
## Templating `mqtt` Configuration in `spin.toml`
4240

4341
The `address`, `username`, `password` and `topic` support the ability to be configured using Spin variables. An example of configuring the password using env variables:

0 commit comments

Comments
 (0)