From 6318f4b9d8233330e705392d09422299ec1a4ef9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 14 Jun 2019 20:06:34 +0200 Subject: Fix how elm gets embedded --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ee1221..051ad47 100644 --- a/README.md +++ b/README.md @@ -178,14 +178,15 @@ Edit the index.html file to import the new bundle.js file and embed it into a di ``` Here you are grabbing the container div and embedding the javascript code in there. Elm automatically -creates the Main.embed function during compilation. +creates the Main.init function during compilation. A few more housekeeping items before we see this in action. -- cgit v1.2.3