Skip to content

Commit 64104e5

Browse files
author
Dustin Wheeler
committed
Add link to OpenAPI specification repository.
1 parent dc51305 commit 64104e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This package allows you to create a single specification for your Laravel application that will register routes and validate all requests your API receives as well as all responses that you generate.
99

10-
The OpenAPI development experience in PHP feels disjoint...
10+
The [OpenAPI](https://github.com/OAI/OpenAPI-Specification) development experience in PHP feels disjoint...
1111

1212
* I can update my OpenAPI specification with no impact on the actual implementation, leaving room for drift.
1313
* I can try and glue them together with process and custom tooling, but I feel like I'm gluing 40,000 pieces of the internet together and it's different for each project

0 commit comments

Comments
 (0)