Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #37 from kkoppenhaver/documentation-quote-fix
Browse files Browse the repository at this point in the history
Remove extra quotes in README.md
  • Loading branch information
fourstacks authored Jun 10, 2019
2 parents 1cd36db + 610434d commit 5647d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If you are displaying your sub fields in a stacked layout then width options wil
'fido' => 'Fido',
'mr_bubbles' => 'Mr Bubbles',
'preston' => 'Preston'
]',
],
//...
]
```
Expand All @@ -165,7 +165,7 @@ If the `type` of the sub field you are defining is 'select', you will need to de
'min' => 1,
'max' => '20',
'style' => 'color: red'
]',
],
//...
]
```
Expand Down

0 comments on commit 5647d8a

Please sign in to comment.