diff --git a/README.md b/README.md index 56ac47b654bdb2c7428d86862377c92ac7d7cb95..b3ae795198f96a7a1a71e2801ca83b0a910ea80c 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