mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Fix typo
This commit is contained in:
parent
18f9db051a
commit
0692fbb335
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)
|
||||
|
||||
Exercism Exercises in Elm
|
||||
|
@ -38,7 +38,7 @@ Please keep the following in mind:
|
|||
|
||||
- Test files should use the following format:
|
||||
|
||||
```elixir
|
||||
```elm
|
||||
import Task
|
||||
import Console
|
||||
import ElmTest exposing (..)
|
||||
|
|
Loading…
Reference in a new issue