From ef07ce6f5211527a2648af09ff977b0a372174e5 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 11 Mar 2017 15:41:55 -0800 Subject: [PATCH] Fix README --- part14/ElmHub.elm | 1 - part14/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/part14/ElmHub.elm b/part14/ElmHub.elm index c05ad4a..c149578 100644 --- a/part14/ElmHub.elm +++ b/part14/ElmHub.elm @@ -3,7 +3,6 @@ port module ElmHub exposing (..) import Html exposing (..) import Html.Attributes exposing (class, target, href, defaultValue, type_, checked, placeholder, value) import Html.Events exposing (..) - import Html.Lazy exposing (lazy, lazy3) import Auth import Json.Decode exposing (Decoder) diff --git a/part14/README.md b/part14/README.md index a2aeda4..4e37c73 100644 --- a/part14/README.md +++ b/part14/README.md @@ -1,4 +1,4 @@ -Part 13 +Part 14 ======= ## Installation