Incorporate Auth into all the parts

This commit is contained in:
Richard Feldman
2016-04-02 07:21:58 -07:00
parent f35c319a6f
commit 543490f160
24 changed files with 50 additions and 39 deletions

View File

@@ -49,12 +49,12 @@ token =
*Note:* Auth.elm is in `.gitignore` to avoid accidentally checking in an API
secret.
## Start with Stage 1
## Start with Part 1
Run this at the terminal:
```bash
cd stages/1
cd part1
```
Now head over to the [README for stage 1](https://github.com/rtfeldman/elm-workshop/tree/master/stages/1)!
Now head over to the [README for Part 1](https://github.com/rtfeldman/elm-workshop/tree/master/part1)!