Skip to content

Commit 06b21ea

Browse files
Pint + stan pass
1 parent 06e1b05 commit 06b21ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ return [
3535
];
3636
```
3737

38-
Optionally, you can publish the views using, but not recommend cause failing at an future update
38+
Optionally, you can publish the views, but not recommended because will failing at an future update.
3939

4040
```bash
4141
php artisan vendor:publish --tag="filemanager-views"
4242
```
43-
Finaly, you need to compile your assets with the assets of FileManager like that :
43+
Finaly, you need to compile your assets with FileManager ones like that :
4444
```css
4545
/* before @tailwind base in your resources/css/app.css */
4646
@import "./../../vendor/webplusmultimedia/filemanager/resources/dist/css/filemanager.css";
@@ -51,9 +51,9 @@ Finaly, you need to compile your assets with the assets of FileManager like that
5151
import './../../vendor/webplusmultimedia/filemanager/resources/dist/js/filemanager'
5252
```
5353
```javascript
54-
/* put the line in content key on your tailwind.config.js */
54+
/* put that line in content key on your tailwind.config.js */
5555
content:[
56-
*** Others conf ***,
56+
'*** Others paths ***',
5757
'./vendor/webplusmultimedia/filemanager/resources/dist/js/Components/**/*.js'
5858
]
5959
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webplusmultimedia/filemanager",
3-
"description": "Manage files with this file manager made with alpinejs and livewire and tailwindcss",
3+
"description": "Manage files with this file manager made with alpinejs, livewire and tailwind CSS",
44
"keywords": [
55
"webplusmultimedia",
66
"laravel",

0 commit comments

Comments
 (0)