Skip to content

Commit 58df295

Browse files
authored
Merge pull request #28 from majdghithan/patch-1
use , instead of ; in README.md
2 parents 246ba5b + f136e7b commit 58df295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function panel(Panel $panel): Panel
6060
2. Using this package requires a Filament custom theme. If you do not have one already, you can follow the instructions [on the Filament documentation site](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) to create one. Creating a new theme simply publishes the styling for the default Filament panel, so this will not change anything if you are happy with how Filament is styled out of the box. After creating a custom theme, you will need to add the following path to the `content` array of the generated `tailwind.config.js` file for the Filament theme:
6161

6262
```javascript
63-
"./vendor/statikbe/laravel-filament-chained-translation-manager/**/*.blade.php";
63+
"./vendor/statikbe/laravel-filament-chained-translation-manager/**/*.blade.php",
6464
```
6565

6666
3. Now run the following command to compile the plugin styles into Filament's stylesheet:

0 commit comments

Comments
 (0)