From add8b2fe720b09e24eaa0e909c87595bc76c564a Mon Sep 17 00:00:00 2001 From: Michelle Dhanani Date: Mon, 10 Mar 2025 19:28:26 -0400 Subject: [PATCH] update readme + opening a PR to trigger DCO app enablement Signed-off-by: Michelle Dhanani --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c398e0e..8d7c2f8 100755 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ```