Skip to content

Commit

Permalink
Merge pull request #18 from asteurer/actions
Browse files Browse the repository at this point in the history
updating tests portion of README
  • Loading branch information
asteurer authored Jul 15, 2024
2 parents 61a458f + ce43535 commit 43e2e4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,8 @@ curl \
-H 'x-az-service: blob' \
--data-binary @/path/to/file \
http://127.0.0.1:3000/container-name/path/to/your/blob
```

## List queues:
```- Latest version of [Go](https://go.dev/doc/install)
```bash
curl \
-H 'x-az-service: queue' \
"http://127.0.0.1:3000?comp=list"
```
## Get queue messages:
Expand Down Expand Up @@ -191,8 +186,7 @@ curl \

### Requirements

- Latest version of [TinyGo](https://tinygo.org/getting-started/install/)
- Latest version of [wasmtime](https://docs.wasmtime.dev/cli-install.html)
- Latest version of [Go](https://go.dev/doc/install)

### Running the tests

Expand Down

0 comments on commit 43e2e4d

Please sign in to comment.