Skip to content

Commit 89fe34b

Browse files
author
Steve Porter
authored
Merge pull request #2 from danjohnson95/patch-1
docs: specified language for code comments
2 parents e714ffb + ced6f08 commit 89fe34b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Installation
1414

1515
Installation using composer:
1616

17-
```
18-
composer require steveporter92/laravel-mongodb-passport
17+
```sh
18+
$ composer require steveporter92/laravel-mongodb-passport
1919
```
2020

2121
You need to have your `App\User` class extend `StevePorter92\Mongodb\Auth\User.php` instead of the default `Illuminate\Foundation\Auth\User`. This user class extends larvel-mongodb eloquent user as well as adding all the standard and required authentication and laravel passport traits.
2222

23-
```
23+
```php
2424
<?php
2525

2626
namespace App;

0 commit comments

Comments
 (0)