Skip to content

Commit c18b817

Browse files
committed
readme
1 parent 56ee01a commit c18b817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Strive to maintain HTML standards and semantics, but don't sacrifice pragmatism.
9292

9393
HTML attributes should come in this particular order for easier reading of code.
9494

95-
* class<
96-
* id<
97-
* data-*<
98-
* for|type|href<
95+
* class
96+
* id
97+
* data-*
98+
* for|type|href
9999

100100
Such that your markup looks like:
101101

0 commit comments

Comments
 (0)