You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/02/16 08:38:18 UTC

[flink-statefun-playground] branch dev updated: [hotfix] Update README.md

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git


The following commit(s) were added to refs/heads/dev by this push:
     new f4b4d13  [hotfix] Update README.md
f4b4d13 is described below

commit f4b4d13f90cef6f5da416e7ec6c511a40a64566e
Author: Till Rohrmann <tr...@apache.org>
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