exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 50 forks source link

Make README title match Exercism track name #183

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.

Some tracks changed the README title to be just the language name, whereas others changed the title to reflect that this isn't the language itself, but rather the Exercism track for that language.

This normalizes the README title.

Ref: exercism/exercism/issues/6363