mirror of
https://github.com/correl/elm.git
synced 2024-12-20 03:20:17 +00:00
commit
b0f78d9299
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# xElixir
|
# xElm
|
||||||
![build status](https://travis-ci.org/exercism/xelm.svg?branch=master)
|
![build status](https://travis-ci.org/exercism/xelm.svg?branch=master)
|
||||||
|
|
||||||
Exercism Exercises in Elm
|
Exercism Exercises in Elm
|
||||||
|
@ -38,7 +38,7 @@ Please keep the following in mind:
|
||||||
|
|
||||||
- Test files should use the following format:
|
- Test files should use the following format:
|
||||||
|
|
||||||
```elixir
|
```elm
|
||||||
import Task
|
import Task
|
||||||
import Console
|
import Console
|
||||||
import ElmTest exposing (..)
|
import ElmTest exposing (..)
|
||||||
|
|
Loading…
Reference in a new issue