Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-gardner authored Jul 10, 2016
1 parent 41882bc commit 2011452
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 @@ -53,7 +53,7 @@ Creating the settings for the post type is no more difficult. Simply create an a
$settings = array(
'menu_position' => 40,
'menu_icon' => 'dashicons-book-alt',
'supports' => 'title', 'editor', 'revisions', 'thumbnail'
'supports' => array( 'title', 'editor', 'revisions', 'thumbnail' )
);

$cpt->add( 'books', $settings );
Expand Down Expand Up @@ -133,4 +133,4 @@ Issues and Pull Requests are welcomed. Please submit against the 'develop' branc
GPL-2.0+

## Credits
Built by [John Gardner](http://twitter.com/j_gardner)
Built by [John Gardner](http://twitter.com/j_gardner)

0 comments on commit 2011452

Please sign in to comment.