Skip to content

Commit e0921e2

Browse files
committed
fix: enhance configuration and installation documentation for clarity and completeness
1 parent 4b9e73b commit e0921e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getting-started/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here is the default configuration for Laravel Like package. You can customize th
1818

1919
Path: `config/like.php`
2020

21-
```php
21+
```php title="config/like.php"
2222
return [
2323
'name' => 'The interactions configuration',
2424

getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ composer require cslant/laravel-like
2424

2525
The package will automatically register its service provider.
2626

27-
## Configuration
27+
## Publish configuration file
2828

2929
:::danger[required]
3030

0 commit comments

Comments
 (0)