diff --git a/README.md b/README.md index ddab87f..27d6cc5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/streaming/README.md b/examples/streaming/README.md index 5113b82..42f1e1a 100644 --- a/examples/streaming/README.md +++ b/examples/streaming/README.md @@ -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 <