Skip to content

Commit

Permalink
updating README and adjusting email on spin.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <[email protected]>
  • Loading branch information
asteurer committed Jul 23, 2024
1 parent 54c2906 commit beb414d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ curl \
-H 'x-az-service: blob' \
--data-binary @/path/to/file \
http://127.0.0.1:3000/container-name/path/to/your/blob
```- Latest version of [Go](https://go.dev/doc/install)
"http://127.0.0.1:3000?comp=list"
```
## Get queue messages:

Expand Down
4 changes: 2 additions & 2 deletions spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ spin_manifest_version = 2

[application]
name = "Go Azure"
# Update with latest version number
# Update with latest version number (semver)
version = "0.1.0"
authors = ["Andrew Steurer <andrew.steurer@fermyon.com>"]
authors = ["Fermyon Engineering Team <engineering@fermyon.com>"]

[[trigger.http]]
route = "/..."
Expand Down

0 comments on commit beb414d

Please sign in to comment.