Skip to content

Commit e912fcc

Browse files
Fix
1 parent abf916f commit e912fcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ $page->detachMedia($file) // Example of $file is $request->file('file');
199199
**Upload Files Via An Upload Widget**:
200200

201201
Use the `x-cld-upload-button` Blade upload button component that ships with this Package like so:
202-
```
202+
203+
```html
203204
<!DOCTYPE html>
204205
<html>
205206
<head>
@@ -216,7 +217,8 @@ Use the `x-cld-upload-button` Blade upload button component that ships with this
216217

217218
Other Blade components you can use are:
218219

219-
```markdown
220+
```html
221+
220222
/**
221223
*
222224
* TRANSFORMATION ACTIONS CATEGORIES:

0 commit comments

Comments
 (0)