Skip to content

Commit ac5cd24

Browse files
authored
misc doc fixes (#142)
- Point to the `v4` docs in README.md - Fix the port numbers in examples/streaming/README.md Signed-off-by: Joel Dice <joel.dice@akamai.com>
1 parent e53960b commit ac5cd24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Note that this SDK supersedes an earlier, experimental version, which may be
66
found in the [old-sdk](https://github.com/spinframework/spin-python-sdk/tree/old-sdk)
77
branch.
88

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

1111
## Example
1212

examples/streaming/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spin build --up
2828
## Testing the App
2929

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

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

0 commit comments

Comments
 (0)