Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 0a6b0f4

Browse files
author
Kent C. Dodds
committed
Merge pull request #49 from akshayagarwal/patch-1
Update README.md
2 parents db12ec8 + fff0038 commit 0a6b0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Below is a detailed description of each form fields and its custom properties.
106106
>The input uses the <input> element and allows you to specify it's type via the type property
107107
108108
_Example text field_
109-
```json
109+
```javascript
110110
{
111111
"type": "input",
112112
"key": "firstName",
@@ -168,7 +168,7 @@ _Example checkbox field_
168168
>`valueProp` is what is used for the value assigned to the model. Defaults to `value`
169169
170170
_Example multiCheckbox field_
171-
```json
171+
```javascript
172172
{
173173
key: 'roles',
174174
type: 'multiCheckbox',

0 commit comments

Comments
 (0)