Skip to content

Commit abeb820

Browse files
Mathiasducknownasilya
authored andcommitted
fix(docs): Add a coma in the ReadMe example (#181)
Just for more clarity
1 parent fd217e5 commit abeb820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ try {
9494
},
9595

9696
// Support pathname -> pathvalue
97-
'simplepath' // equivalent to {value:'simplepath'}
97+
'simplepath', // equivalent to {value:'simplepath'}
9898
'path.to.value' // also equivalent to {label:'path.to.value', value:'path.to.value'}
9999
]
100100
}

0 commit comments

Comments
 (0)