From 69f3c478fb0a81281171f216706e68a4ee463521 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 15 Aug 2018 17:36:01 -0500 Subject: [PATCH] Update README.md --- 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 cc260e2..650aa9f 100644 --- a/intro/part8/README.md +++ b/intro/part8/README.md @@ -12,6 +12,6 @@ Then open `http://localhost:3000` in your browser. ## Exercise -We need to make login work. Currently it doesn't actually send a HTTP request to the server. +We need to make signup work again. Currently it doesn't actually send a HTTP request to the server. We'll fix this by editing `src/Page/Register.elm` and resolving the TODOs there.