Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franleplant committed Oct 13, 2016
1 parent e92c736 commit 24be596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ type Errors = {
};
```

###### Example: what it looks like in practice

###### :black_large_square: Example: what it looks like in practice
```javascript
errors: {
required: true,
Expand All @@ -280,7 +281,7 @@ errors: {
:black_large_square:
</h6>

###### Example: errors and styling
###### :black_large_square: Example: errors and styling

Suppose our error state is initialized like this

Expand Down Expand Up @@ -364,7 +365,7 @@ The correct place to modify it is via `data-reform` and special props like nativ
and the three magical `name`, `value`, `onChange`.
###### Example
###### :black_large_square: Example
If you have a field like this
```javascript
Expand Down

0 comments on commit 24be596

Please sign in to comment.