From 92c0503441147345cce9c2711cf26ae0a7f32005 Mon Sep 17 00:00:00 2001 From: John Omar Date: Thu, 13 Oct 2016 13:15:28 -0400 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84178dd..624d7b5 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ var app = Elm.Main.embed(container); ``` This code is mostly the same except you need to require the Main.elm file directly. Run *webpack* -and see what happens. *Error: cannot resolve ... elm/Main ...* or something like that. What its +and see what happens. *Error: cannot resolve ... elm/Main ...* or something like that. What it's saying is that webpack doesn't know how to consume an Elm file. We need a loader to convert the Elm file to a js file. -- cgit v1.2.3