Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EtaiG committed Jun 13, 2016
1 parent 259195d commit b10701c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Your output should be an array of the files which need to be compiled.
> * If it's synchronous, it should return an array of the filepaths which need to be compiled by Sass.
> * If it's asynchronous, it should also accept a callback, which will be called upon completion with an array of the filepaths as the argument to the callback.
> 4. Your submission should also wrap the module and log the result to the system console.
> 5. **Bonus points**: write it TDD style with good test coverage.
A **synchronous** version of the exported module should have the following signature:
```js
Expand Down

0 comments on commit b10701c

Please sign in to comment.