Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson authored May 15, 2024
1 parent a5d87d9 commit 8cb4649
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -19,16 +19,11 @@ 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`.

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.

0 comments on commit 8cb4649

Please sign in to comment.