Skip to content

Commit b2ea634

Browse files
propagate readme
1 parent b328cf0 commit b2ea634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openapi-typescript-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This library works by generating a TypeScript server interface based on your Ope
1515

1616
You provide a concrete implementation that satisfies the interface for each path operation.
1717

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).
1919

2020
## Stability
2121

@@ -465,4 +465,4 @@ Otherwise, thrown errors will propagate up the call stack to your global error h
465465

466466
## Contributing
467467

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

Comments
 (0)