From 9288011f2279ec86862b6d8a7852a692c69f8f11 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 15 Aug 2018 08:21:30 -0500 Subject: [PATCH] Fix intro/part8 README --- intro/part8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/part8/README.md b/intro/part8/README.md index 66c0184..cc260e2 100644 --- a/intro/part8/README.md +++ b/intro/part8/README.md @@ -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'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.