Skip to content

Commit 075083d

Browse files
author
Alexander Kharkovey
committed
chore(json-api-nestjs): add link to example in readme file
1 parent fb73dfa commit 075083d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/json-api-nestjs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ export class ExtendUserController extends JsonBaseController<Users> {
9494

9595
For using swagger, you should only add [@nestjs/swagger](https://docs.nestjs.com/openapi/introduction)
9696

97+
## Reference Example
98+
99+
[example](https://github.com/klerick/nestjs-json-api/tree/master/apps/example) is an example project that demonstrates the usage of this module.

0 commit comments

Comments
 (0)