Skip to content

Commit b5288ba

Browse files
committed
Fix misspelings in README.md
1 parent 3729ab0 commit b5288ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,12 @@ class MyModel extends Eloquent
110110
```php
111111
return [
112112
'path' => 'storage/app/public/',
113+
113114
'fields' => ['image']
114115
];
115116
```
116117
- The above code expect field `image` in all models used `MediaRemovable` trait, We don't think it's a practical way but we keep it if someone need it.
117-
- If you have move details than that you can use `details` instead.
118+
- If you have more details than that you can use `details` instead.
118119
```php
119120
return [
120121
'details' => [

0 commit comments

Comments
 (0)