diff --git a/part12/part11/ElmHub.elm b/part12/ElmHub.elm similarity index 100% rename from part12/part11/ElmHub.elm rename to part12/ElmHub.elm diff --git a/part12/part11/Main.elm b/part12/Main.elm similarity index 100% rename from part12/part11/Main.elm rename to part12/Main.elm diff --git a/part12/part11/README.md b/part12/README.md similarity index 85% rename from part12/part11/README.md rename to part12/README.md index 2667631..95046ce 100644 --- a/part12/part11/README.md +++ b/part12/README.md @@ -16,5 +16,5 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --output=elm.js +elm-live Main.elm --open --pushstate --output=elm.js ``` diff --git a/part12/part11/SearchResult.elm b/part12/SearchResult.elm similarity index 100% rename from part12/part11/SearchResult.elm rename to part12/SearchResult.elm diff --git a/part12/part11/elm-hub.png b/part12/elm-hub.png similarity index 100% rename from part12/part11/elm-hub.png rename to part12/elm-hub.png diff --git a/part12/part11/elm-package.json b/part12/elm-package.json similarity index 100% rename from part12/part11/elm-package.json rename to part12/elm-package.json diff --git a/part12/part11/index.html b/part12/index.html similarity index 54% rename from part12/part11/index.html rename to part12/index.html index 93fc00c..8e8b831 100644 --- a/part12/part11/index.html +++ b/part12/index.html @@ -4,10 +4,10 @@