exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Make README title match Exercism track name #154

Closed kytrinyx closed 2 years ago

kytrinyx commented 2 years ago

In the early days of Exercism we named each track for the programming language, prefixed with an 'x'. This was reflected in the name of the repository as well as the title of the README.

At some point we changed this decision, and renamed all the repositories.

Over time most of the READMEs have also been updated.

This removes the now-defunct prefix from the README title.

Ref: exercism/exercism/issues/6363