From beb414d8d04bf94f74f8a4bfc8b8a538d9969758 Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Tue, 23 Jul 2024 08:59:03 -0600 Subject: [PATCH] updating README and adjusting email on spin.toml Signed-off-by: Andrew Steurer --- README.md | 3 --- spin.toml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98969cc..7c6fd0e 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/spin.toml b/spin.toml index f785318..11cc73c 100644 --- a/spin.toml +++ b/spin.toml @@ -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 "] +authors = ["Fermyon Engineering Team "] [[trigger.http]] route = "/..."