From 36fd7219dcb94d25ef3a52f93754cd20e53523b3 Mon Sep 17 00:00:00 2001 From: Gopikrishnan Sasikumar Date: Fri, 24 Nov 2023 01:48:37 +0530 Subject: [PATCH] Improve readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b811a5..62242ec 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ Assistant : Thank you your thoughts on was spot on! To generate and save a transcript, run the following command: ```bash -python main.py generate yourpdffile +python src/main.py generate yourpdffile ``` To start an event, run the following command: ```bash -python main.py start yourpdffile +python src/main.py start yourpdffile ``` Replace `yourpdffile` with the filename of PDF in `/pdfs` directory. This pdf should contain event details and speaker details. \ No newline at end of file