Skip to content

Commit e58fa0d

Browse files
committed
update readme
1 parent cb600e0 commit e58fa0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

55
## Introduction
66

7-
**nestjs-endpoints** is a tool for easily and succinctly writing HTTP APIs with NestJS that foments the REPR design pattern, colocation of code, and the single responsibility principle.
7+
**nestjs-endpoints** is a lightweight tool for writing clean and succinct HTTP APIs with NestJS that encourages the [REPR](https://www.apitemplatepack.com/docs/introduction/repr-pattern/) design pattern, code colocation, and the Single Responsibility Principle.
88

99
It's inspired by the [Fast Endpoints](https://fast-endpoints.com/) .NET library, [tRPC](https://trpc.io/), and Next.js' file-based routing.
1010

packages/nestjs-endpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestjs-endpoints",
33
"version": "0.0.0",
4-
"description": "A tool for easily and succinctly writing HTTP APIs with NestJS that foments the REPR design pattern, colocation of code, and the single responsibility principle.",
4+
"description": "A lightweight tool for writing clean and succinct HTTP APIs with NestJS that embraces the REPR design pattern, code colocation, and the Single Responsibility Principle.",
55
"author": "Carlos González <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)