Fix intro/part8 README

This commit is contained in:
Richard Feldman
2018-08-15 08:21:30 -05:00
parent 3a41e8ce66
commit 9288011f22

View File

@@ -14,4 +14,4 @@ Then open `http://localhost:3000` in your browser.
We need to make login work. Currently it doesn't actually send a HTTP request to the server. We need to make login work. Currently it doesn't actually send a HTTP request to the server.
We'll fix this by editing `src/Page/Login.elm` and resolving the TODOs there. We'll fix this by editing `src/Page/Register.elm` and resolving the TODOs there.