aboutsummaryrefslogtreecommitdiff
path: root/examples/train-text-from-scratch/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/train-text-from-scratch/README.md')
-rw-r--r--examples/train-text-from-scratch/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/train-text-from-scratch/README.md b/examples/train-text-from-scratch/README.md
index 5344d1f..726ec47 100644
--- a/examples/train-text-from-scratch/README.md
+++ b/examples/train-text-from-scratch/README.md
@@ -4,7 +4,7 @@ Basic usage instructions:
```bash
# get training data
-wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
+wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt
# train
./bin/train-text-from-scratch \