Skip to content

Commit

Permalink
Merge pull request felixge#32 from alanjames1987/master
Browse files Browse the repository at this point in the history
Sounds good to me. Merged.
  • Loading branch information
Kent C. Dodds committed Oct 30, 2014
2 parents 261292a + 63fb508 commit 8d3c1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Also, notice the use of whitespace before and after the condition statement.

One method per line should be used if you want to chain methods.

You should also indent these methods so it's easier to tell they are part of the same chain.

*Right:*

```js
Expand Down

0 comments on commit 8d3c1e6

Please sign in to comment.