From 83b811fc3bf6b9a49418a058f64e747810499df5 Mon Sep 17 00:00:00 2001 From: William Falcon <waf2107@columbia.edu> Date: Sun, 25 Aug 2019 08:05:23 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56ac47b..b3ae795 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ pip install requirements.txt Next, navigate to [Your Main Contribution (MNIST here)] and run it. ```python # module folder -cd research_seed/my_module +cd research_seed/mnist/ -# run module -python my_module_trainer.py +# run module (example: mnist as your main contribution) +python mnist_trainer.py ``` ## Modules -- GitLab