You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/07/28 08:09:31 UTC

[flink-statefun] 02/10: [hotfix] [docs] Add extension in project-setup.md

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

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

commit d1a1d3107bd03f076b58aaf9299c06099d540c9c
Author: Ufuk Celebi <uf...@ververica.com>
AuthorDate: Tue Jun 30 10:18:37 2020 +0200

    [hotfix] [docs] Add extension in project-setup.md
---
 docs/getting-started/project-setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started/project-setup.md b/docs/getting-started/project-setup.md
index b670de1..34fc281 100644
--- a/docs/getting-started/project-setup.md
+++ b/docs/getting-started/project-setup.md
@@ -71,7 +71,7 @@ $ tree statefun-quickstart/
 The project contains four files:
 
 * ``pom.xml``: A pom file with the basic dependencies to start building a Stateful Functions application.
-* ``Module``: The entry point for the application.
+* ``Module.java``: The entry point for the application.
 * ``org.apache.flink.statefun.sdk.spi.StatefulFunctionModule``: A service entry for the runtime to find the module.
 * ``Dockerfile``: A Dockerfile to quickly build a Stateful Functions image ready to deploy.