Skip to content

Commit 303c412

Browse files
committed
Update README.md
1 parent 0672efd commit 303c412

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
@@ -2,7 +2,7 @@
22

33
Automatically generate your API documentation from your existing Laravel routes. Take a look at the [example documentation](http://marcelpociot.com/whiteboard/).
44

5-
`php artisan api:gen --routePrefix=settings/api/*`
5+
`php artisan api:gen --routePrefix="settings/api/*"`
66

77
![image](http://img.shields.io/packagist/v/mpociot/laravel-apidoc-generator.svg?style=flat)
88
![image](http://img.shields.io/packagist/l/mpociot/laravel-apidoc-generator.svg?style=flat)
@@ -31,7 +31,7 @@ Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class,
3131
To generate your API documentation, use the `api:generate` artisan command.
3232

3333
```sh
34-
$ php artisan api:generate --routePrefix=api/v1/*
34+
$ php artisan api:generate --routePrefix="api/v1/*"
3535
```
3636

3737
This command will scan your applications routes for the URIs matching `api/v1/*` and will parse these controller methods and form requests.

0 commit comments

Comments
 (0)