From 154b1e3d80635b015e64d1db0f993823d058b8f0 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 29 Jun 2023 17:35:37 +0700 Subject: [PATCH] Improve messaging, version num --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b05cec..67ec557 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To install the binaries manually, follow this short guide; - [Install Binaries](https://sirfitz.medium.com/install-elm-0-18-0-in-2021-3f64ce298801) If you want to use `npm` instead; -- `npm install -g elm@elm0.19.0` +- `npm install -g elm@elm0.18.0` If you use `npm`, note that you will likely need an older version of Node.js, so it is recommended to use [`npm`](https://github.com/nvm-sh/nvm) for that. @@ -44,9 +44,10 @@ And that should first pull in all the dependencies then generate an `index.html` ### Issues with dependencies -It seems like one of the dependencies for this project, `Zinggi/elm-obj-loader`, -is getting a 404. Therefore this dependency will be included in version control, -on the off chance someone actually wants to build this. +One of the dependencies of this project, `Zinggi/elm-obj-loader`, is getting a +404 when Elm tries to pull in all the dependencies during compilation. Therefore +this dependency will be included in version control, on the off chance someone +actually wants to build this. ## Running