From 51cd0970f1cfba46bfca7e32e04873abbf61ef51 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 18 Jun 2017 15:52:52 -0600 Subject: [PATCH] Clean up references to old repository name [skip ci] We renamed the language track repositories, removing the leading 'x', as this is cleaner and more understandable. This does minor cleanup to fix references to the old name. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f62641a..dd947b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# xElm -[![build status](https://travis-ci.org/exercism/xelm.svg?branch=master)](https://travis-ci.org/exercism/xelm) +# Exercism Elm Track +[![build status](https://travis-ci.org/exercism/elm.svg?branch=master)](https://travis-ci.org/exercism/elm) Exercism Exercises in Elm @@ -76,7 +76,7 @@ tests = ] ``` - - All the tests for xElm exercises can be run from the top level of the repo with `bin/build.sh`. Please run this command before submitting your PR. + - All the tests for Exercism Elm Track exercises can be run from the top level of the repo with `bin/build.sh`. Please run this command before submitting your PR. - If you are submitting a new exercise, be sure to add it to the appropriate place in the `config.json` file. Also, please run `bin/fetch-configlet && bin/configlet` to ensure the exercise is configured correctly.