From 25a58b854010602a9cc996ed534bd92d2decb77f Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 5 Aug 2019 14:35:50 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d21c99fc17..4fc63a96a3 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,8 @@ pip install pytorch-lightning # clone lightning for the demo git clone https://github.com/williamFalcon/pytorch-lightning.git -cd pytorch_lightning/examples/new_project_templates/ +cd pytorch-lightning +cd examples/new_project_templates/ # all of the following demos use the SAME model to show no modification needs to be made to your code