Skip to content

Commit 72d4941

Browse files
committed
update readme
1 parent eb1f157 commit 72d4941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Hello, World!%
2626
## Features
2727

2828
- **Easy setup:** Automatically scans your entire project for endpoint files and loads them.
29+
- **Stable:** Produces regular **NestJS Controllers** under the hood.
2930
- **File-based routing:** Each endpoint's HTTP path is based on their path on disk.
3031
- **User-Friendly API:** Supports both basic and advanced per-endpoint configuration.
3132
- **Schema validation:** Compile and run-time validation of input and output values using Zod schemas.
3233
- **HTTP adapter agnostic:** Works with both Express and Fastify NestJS applications.
33-
- **Stable:** Produces regular **NestJS Controllers** under the hood.
3434
- **Client SDK codegen:** Annotates endpoints using `@nestjs/swagger` and [nestjs-zod](https://github.com/BenLorantfy/nestjs-zod) internally to output an OpenAPI document which [orval](https://orval.dev/) can use to generate a client library.
3535

3636
## Getting Started
@@ -151,7 +151,7 @@ null%
151151

152152
## File-based routing
153153

154-
HTTP paths for endpoints are derived by the file's path on disk:
154+
HTTP paths for endpoints are derived from the file's path on disk:
155155

156156
- `rootDirectory` is removed from the start
157157
- Path segments that begin with an underscore (`_`) are removed

0 commit comments

Comments
 (0)