Update github url for new project template (#90)

Previous url requested html
This commit is contained in:
Coda Phillips
2019-08-10 13:35:17 -04:00
committed by William Falcon
parent b3a846c6cf
commit c1434f0a3e
+1 -1
View File
@@ -3,7 +3,7 @@ In 99% of cases you want to just copy [this template](https://github.com/william
```bash
# get a copy of the module template
wget https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/lightning_module_template.py
wget https://raw.githubusercontent.com/williamFalcon/pytorch-lightning/master/examples/new_project_templates/lightning_module_template.py
```
---