Skip to content

Commit

Permalink
Readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Mar 10, 2021
1 parent 0c0de06 commit 14cd61b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function MyComponent( props ) {

return (
<ContentPicker
onPickChange={ (pickedContent) => { console.log(pickedContent) } }
mode="post"
onPickChange={ (pickedContent) => { console.log(pickedContent) } }
mode="post"
label={ "Please select a Post or Page:" }
contentTypes={ [ 'post', 'page' ] }
/>
Expand Down Expand Up @@ -68,8 +68,8 @@ function MyComponent( props ) {

return (
<ContentSearch
onSelectItem={ (item) => { console.log(item) } }
mode="post"
onSelectItem={ (item) => { console.log(item) } }
mode="post"
label={ "Please select a Post or Page:" }
contentTypes={ [ 'post', 'page' ] }
/>
Expand Down

0 comments on commit 14cd61b

Please sign in to comment.