Skip to content

Commit 4e13f1e

Browse files
authored
Update README.md
1 parent a8fe6a6 commit 4e13f1e

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
@@ -12,7 +12,7 @@ If you are running a version of Laravel < 5.5 also make sure you add `Mtrajano\L
1212

1313
This will register the artisan command that will be available to you.
1414

15-
You can also override the default config provided by the application by running `php artisan vendor:publish --provider "L5Swagger\L5SwaggerServiceProvider"` in your projects root and change the configuration in the new `config/laravel-swagger.php` file created.
15+
You can also override the default config provided by the application by running `php artisan vendor:publish --provider "Mtrajano\LaravelSwagger\SwaggerServiceProvider"` in your projects root and change the configuration in the new `config/laravel-swagger.php` file created.
1616

1717
## Usage
1818

@@ -115,4 +115,4 @@ Running `php artisan laravel-swagger:generate > swagger.json` will generate the
115115
}
116116
}
117117
}
118-
```
118+
```

0 commit comments

Comments
 (0)