Browse Source

Update README.md

Shalvah 4 years ago
parent
commit
0d63f72c3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -13,9 +13,9 @@ Generate API documentation for humans from your Laravel codebase. [Here's what t
 ## Features
 - Pretty HTML documentation page, with included code samples and friendly text
 - Markdown source files that can be edited to modify docs
-- Extracts body parameters information from FormRequests
+- Extracts body parameters information from Laravel FormRequests
 - Safely calls API endpoints to generate sample responses, with authentication and other custom configuration supported
-- Supports generating responses from Transformers or Eloquent API Resources
+- Supports generating responses from Eloquent API Resources or Fractal Transformers
 - Supports Postman collection and OpenAPI (Swagger) spec generation
 - Included UI components for additional styling
 - Easily customisable with custom views