From 8cb4649189d4835071d2d78acea3e8b8fd54e1f2 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Wed, 15 May 2024 09:05:25 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aa950f9..462f65f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ which make it easy to add new abilities to an existing Elm app. Consider, for example, the "magic-token" authentification system for Lamdera apps at [jxxcarlson/kitchen-sink](https://github.com/jxxcarlson/kitchen-sink). While the code from this app can be extracted by hand and implanted -in another, that process is laborious, time-consuming, and +in another app, that process is laborious, time-consuming, and utterly routine. In other words, it is a task best carried out by a -computer program. +computer program. Hence this package. The project is still in development, so expect it to change a lot over the next weeks and likely months. Consider it an experiment. @@ -19,7 +19,7 @@ To test the review code in its current state, try running this in a clean Lamdera project: ``` -npx elm-review --template jxxcarlson/elm-review-install-code/review +npx elm-review --template jxxcarlson/elm-review-install-code/example ``` A total of five changes should be made to the Lamdera code in `src`. @@ -27,8 +27,3 @@ A total of five changes should be made to the Lamdera code in `src`. See the comments at the top of `Install/ClauseInCase.elm` for more information. -Once the code stabilized, it will be published on the package manager. - - -**Note.** The Lamdera code is not working: the Lamdera codecs have been -removed for the time being so that `elm-review` will run. An issue to be addresed.