This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch release-3.2
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git
The following commit(s) were added to refs/heads/release-3.2 by this push:
new fba363f [hotfix] Update README.md
fba363f is described below
commit fba363f366ddd654146818fb0101c643cb130508
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Feb 16 09:37:50 2022 +0100
[hotfix] Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e5c9173..9455be5 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,15 @@ This repository contains tutorials and examples for [Stateful
Functions](https:/
## Tutorials and Examples
-The repository contains tutorials and examples for all SDK that Stateful
Functions supports:
+The repository contains tutorials and examples for all SDKs that Stateful
Functions supports:
- [`Java SDK`](java)
- [`Go SDK`](go)
- [`JavaScript SDK`](javascript)
- [`Python SDK`](python)
+Each tutorial or example will have it's own `README` that explains in detail
what is being covered and how to build and run the code by yourself.
+
Moreover, it contains examples for [how to deploy Stateful
Functions](deployments) on various platforms.
## Code of Conduct