From 5022688db7cc00fcf71fc876ade6a625c320a8ba Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 8 Apr 2026 08:50:26 -0600 Subject: [PATCH] misc doc fixes - Point to the `v4` docs in README.md - Fix the port numbers in examples/streaming/README.md Signed-off-by: Joel Dice --- README.md | 2 +- examples/streaming/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 <