Skip to content

Commit

Permalink
Bit of consistency in my example!
Browse files Browse the repository at this point in the history
  • Loading branch information
mustardBees committed Feb 9, 2014
1 parent d3d4f0e commit 5fb2c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin gives you two CMB field types based on the Select2 script:
```php
array(
'name' => 'Cooking time',
'id' => $prefix . 'ingredients',
'id' => $prefix . 'cooking_time',
'desc' => 'Cooking time',
'options' => array(
'5' => '5 minutes',
Expand Down

0 comments on commit 5fb2c2e

Please sign in to comment.