Skip to content

Commit f6f4b7c

Browse files
author
Vignesh C
committed
updated readme file
1 parent a7004b6 commit f6f4b7c

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
@@ -10,7 +10,7 @@ If you are running a version of Laravel < 5.5 also make sure you add `Vigneshc91
1010

1111
This will register the artisan command that will be available to you.
1212

13-
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.
13+
You can also override the default config provided by the application by running `php artisan vendor:publish --provider "LaravelSwagger\SwaggerServiceProvider"` in your projects root and change the configuration in the new `config/laravel-swagger.php` file created.
1414

1515
## Usage
1616

@@ -108,4 +108,4 @@ Running `php artisan laravel-swagger:generate > swagger.json` will generate the
108108
}
109109
}
110110
}
111-
```
111+
```

0 commit comments

Comments
 (0)