You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi-typescript-server/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This library works by generating a TypeScript server interface based on your Ope
15
15
16
16
You provide a concrete implementation that satisfies the interface for each path operation.
17
17
18
-
At runtime, your implementation is converted into HTTP handlers for various frameworks like [Express](https://github.com/jasonblanchard/openapi-typescript-server/tree/main/packages/openapi-typescript-server).
18
+
At runtime, your implementation is converted into HTTP handlers for various frameworks like [Express](https://github.com/jasonblanchard/openapi-typescript-server/tree/main/packages/openapi-typescript-server-express).
19
19
20
20
## Stability
21
21
@@ -465,4 +465,4 @@ Otherwise, thrown errors will propagate up the call stack to your global error h
465
465
466
466
## Contributing
467
467
468
-
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
468
+
Please see [CONTRIBUTING.md](https://github.com/jasonblanchard/openapi-typescript-server/blob/main/CONTRIBUTING.md) for details on how to contribute to this project.
0 commit comments