Explorar el Código

Update README.md

Shalvah A hace 6 años
padre
commit
afeca2faf7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -34,9 +34,9 @@ To generate your API documentation, use the `api:generate` artisan command.
 
 ```sh
 $ php artisan api:generate --routePrefix="api/v1/*"
-```
 
-After 28ff33be15424ff5a5b819dbe88b34468d1752b2 this commit, it supports passing generation of multiple prefixes by spearating each prefix with comma.
+```
+You can pass in multiple prefixes by spearating each prefix with comma.
 
 ```sh
 $ php artisan api:generate --routePrefix="api/v1/*,api/public/*"