From d58ecc25f315a524e75b6705f12ffa784383648f Mon Sep 17 00:00:00 2001 From: Lumine_ <70693859+gryAI@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:36:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14edd37..189eab2 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ pip install -r requirements.txt python server/app.py ``` -1. ETL Pipeline logic should live on `app-server/game` directory +1. ETL Pipeline logic should live on `app-server/games` directory 2. All invocation of ETL Pipeline for each game should live on `app-server/server` directory.