Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Mar 18, 2019
1 parent 0a01e2d commit 02bb443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ palette:
The field will only store the selected color.

```php
$selected = $page->palette(); #(string)
$selected = $page->palette(); #(Field object)
$selected = $selected->value(); #(string)
```

#### 5.2. If `options` is a structured color object
Expand Down

0 comments on commit 02bb443

Please sign in to comment.