Fix README

This commit is contained in:
Richard Feldman
2017-03-11 15:41:55 -08:00
parent 593bcbf680
commit ef07ce6f52
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ port module ElmHub exposing (..)
import Html exposing (..) import Html exposing (..)
import Html.Attributes exposing (class, target, href, defaultValue, type_, checked, placeholder, value) import Html.Attributes exposing (class, target, href, defaultValue, type_, checked, placeholder, value)
import Html.Events exposing (..) import Html.Events exposing (..)
import Html.Lazy exposing (lazy, lazy3) import Html.Lazy exposing (lazy, lazy3)
import Auth import Auth
import Json.Decode exposing (Decoder) import Json.Decode exposing (Decoder)

View File

@@ -1,4 +1,4 @@
Part 13 Part 14
======= =======
## Installation ## Installation