Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The plugin then instantiates a Wasm component and injects the message to the com

Install MQTT Plugin:

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

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

Install MQTT Template:

```
```bash
spin templates install --git https://github.com/spinkube/spin-trigger-mqtt --upgrade
```

### Create Spin App

```
```bash
spin new -t mqtt-rust mqtt-app
```

Expand Down
Loading