Skip to content

Commit

Permalink
Updated readme to use correct pass and fail functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmnn committed Aug 27, 2016
1 parent bc3a208 commit 0d66cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Here is an example `factorial.js.erb`:
<%= @solution %>
if (factorial(6) === 720) {
<%= @pass %>
<%= pass %>
} else {
<%= @fail %>
<%= fail %>
}
```

0 comments on commit 0d66cc1

Please sign in to comment.