From c1b8345ef8dca341bd38d22bcc57d01e6b5e95e7 Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Date: Sun, 4 May 2025 16:45:11 -0700 Subject: [PATCH] Update the README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd218e..3e0fbd6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Apache Beam starter for Python - -If you want to clone this repository to start your own project, +The intent of this repo is to provide a very simple project structure so user can have a jump start. If you want to clone this repository to start your own project, you can choose the license you prefer and feel free to delete anything related to the license you are dropping. +[Check here](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples) in case you are looking for example code and check [DataFlow cookbook](https://github.com/GoogleCloudPlatform/dataflow-cookbook) for more examples. ## Before you begin