Update github url for new project template (#90)

Previous url requested html
This commit is contained in:
Coda Phillips 2019-08-10 12:35:17 -05:00 committed by William Falcon
parent b3a846c6cf
commit c1434f0a3e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ In 99% of cases you want to just copy [this template](https://github.com/william
```bash ```bash
# get a copy of the module template # 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
``` ```
--- ---