Skip to content

Commit

Permalink
Update README instructions for Message field
Browse files Browse the repository at this point in the history
Correct the body method call
  • Loading branch information
ccorda authored and vinkla committed Jan 30, 2024
1 parent a4a811d commit 4797baf
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 @@ -475,7 +475,7 @@ Group::make('Hero')
use Extended\ACF\Fields\Message;

Message::make('Heading')
->text('George. One point twenty-one gigawatts.')
->body('George. One point twenty-one gigawatts.')
->escapeHtml(),
```

Expand Down

0 comments on commit 4797baf

Please sign in to comment.