Skip to content

Commit 0c95582

Browse files
authored
Improve README
1 parent 052d0da commit 0c95582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ php artisan make:model RemoteUser --remote
4545
This will generate a RemoteUser model that extends the core Model class with remote-resource support.
4646

4747
```php
48-
use Kroderdev\\LaravelMicroserviceCore\\Models\\Model;
48+
use Kroderdev\LaravelMicroserviceCore\Models\Model;
4949

5050
class RemoteUser extends Model
5151
{
@@ -74,4 +74,4 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
7474

7575
## License
7676

77-
This project is open-sourced software licensed under the [MIT license](LICENSE).
77+
This project is open-sourced software licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)