Skip to content

Commit 06ad6dd

Browse files
authored
Merge pull request #32 from VamshiReddy02/fix-readme
Fixing the Installation instruction in the Readme
2 parents 1cf0866 + e7991c8 commit 06ad6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The trigger is installed as a Spin plugin. It can be installed from a release or
99
To install from a release, reference a plugin manifest from a [release](https://github.com/fermyon/spin-trigger-command/releases). For example, to install the canary release:
1010

1111
```sh
12-
spin plugins install --from https://github.com/fermyon/spin-trigger-command/releases/download/canary/trigger-command.json
12+
spin plugins install --url https://github.com/fermyon/spin-trigger-command/releases/download/canary/trigger-command.json
1313
```
1414

1515
Alternatively, use the `spin pluginify` plugin to install from a fresh build. This will use the pluginify manifest (`spin-pluginify.toml`) to package the plugin and proceed to install it:

0 commit comments

Comments
 (0)