diff --git a/README.md b/README.md index ad92ee3..2bacf34 100644 --- a/README.md +++ b/README.md @@ -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 ); @@ -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) \ No newline at end of file +Built by [John Gardner](http://twitter.com/j_gardner)