Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note that this SDK supersedes an earlier, experimental version, which may be
found in the [old-sdk](https://github.com/spinframework/spin-python-sdk/tree/old-sdk)
branch.

## [API Documentation](https://spinframework.github.io/spin-python-sdk/v3/index.html)
## [API Documentation](https://spinframework.github.io/spin-python-sdk/v4/index.html)

## Example

Expand Down
4 changes: 2 additions & 2 deletions examples/streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spin build --up
## Testing the App

```
curl -i -H 'content-type: text/plain' --data-binary @- http://127.0.0.1:8080/echo <<EOF
curl -i -H 'content-type: text/plain' --data-binary @- http://127.0.0.1:3000/echo <<EOF
’Twas brillig, and the slithy toves
Did gyre and gimble in the wabe:
All mimsy were the borogoves,
Expand All @@ -47,7 +47,7 @@ curl -i \
-H 'url: https://webassembly.github.io/spec/core/' \
-H 'url: https://www.w3.org/groups/wg/wasm/' \
-H 'url: https://bytecodealliance.org/' \
http://127.0.0.1:8080/hash-all
http://127.0.0.1:3000/hash-all
```

If you run into any problems, please file an issue!
Loading