Skip to content

Commit 153fafb

Browse files
authored
Formatting ReadMe file
1 parent 56d0594 commit 153fafb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • php/sqlcommenter-php/packages/sqlcommenter-laravel

php/sqlcommenter-php/packages/sqlcommenter-laravel/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ with comments that can be used later to correlate user code with SQL statements.
66

77
### Installation
88

9-
Add this to your composer.json
9+
Add this to your `composer.json`
1010
```shell
1111
"repositories": [
1212
{
@@ -28,8 +28,8 @@ php artisan vendor:publish --provider="Google\GoogleSqlCommenterLaravel\GoogleSq
2828

2929
```
3030

31-
Add the following class above ``Illuminate\Database\DatabaseServiceProvider::class,
32-
`` in config/app.php
31+
Add the following class above `Illuminate\Database\DatabaseServiceProvider::class`,
32+
in `config/app.php`
3333
```php
3434
'providers' => [
3535
...

0 commit comments

Comments
 (0)