Skip to content

Commit

Permalink
Fix typo in v14 update instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelansmith authored and vinkla committed Dec 14, 2023
1 parent f9c4071 commit c1fb499
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 @@ -1016,7 +1016,7 @@ The `mediaUpload` method has been renamed to `disableMediaUpload`.
+WYSIWYGEditor::make('Narrative')->disableMediaUpload()
```

The `message` method has been renamed to `text`.
The `message` method has been renamed to `body`.

```diff
-Message::make('Heading')->message('Text')
Expand Down

0 comments on commit c1fb499

Please sign in to comment.