Skip to content

Commit

Permalink
Fix help page link and typo
Browse files Browse the repository at this point in the history
- [x] Use the correct markdown syntax for links.
- [x] Fix typo in the word "dependencies".
  • Loading branch information
filipewl authored Jan 14, 2017
1 parent 2cdc994 commit e038bf9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Elm Installation

Refer to the [exercism help page][http://exercism.io/languages/elm] for Elm installation and learning
resources.
Refer to the [Exercism help page](http://exercism.io/languages/elm) for Elm
installation and learning resources.

## Writing the Code

The first time you start an exercise, you'll need to ensure you have the appropriate dependancies installed.
The first time you start an exercise, you'll need to ensure you have the
appropriate dependencies installed.

```bash
$ npm install
Expand All @@ -15,4 +16,4 @@ Execute the tests with:

```bash
$ npm test
```
```

0 comments on commit e038bf9

Please sign in to comment.