소스 검색

Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator

Marcel Pociot 8 년 전
부모
커밋
6c2954dcba
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      composer.json

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ Option | Description
 
 ### How does it work?
 
-This package uses these resources to generated the API documentation:
+This package uses these resources to generate the API documentation:
 
 #### Controller doc block
 

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "mpociot/laravel-apidoc-generator",
     "license": "MIT",
-    "description": "Generate beautiful API documentation from your Laravel / Lumen application",
+    "description": "Generate beautiful API documentation from your Laravel application",
     "keywords": [
         "API",
         "Documentation",