Skip to content

Commit

Permalink
README: fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Jan 15, 2019
1 parent 819db96 commit bae5da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ A really, really nitpicking linter that complains when the code is not organized
- [X] Requires parenthesized declaration,
- [X] Multiple allowed,
- [X] Section must be sorted: exported first, then unexported.
1. [X]`var` is the fourth section
1. [X] `var` is the fourth section
- [X] Requires parenthesized declaration,
- [X] Section must be sorted: exported first, then unexported.
1. [ ]`func` is the fifth section
1. [ ] `func` is the fifth section
- [ ] Must be sorted, exported first, then unexported.
1. [ ]`func` method, is the sixth section
1. [ ] `func` method, is the sixth section
- [ ] Must be sorted by type, exported first, then unexported.

![code](code.png "code organization in file")
Expand Down

0 comments on commit bae5da4

Please sign in to comment.