From 745afbc27cbf384ef6676a426eaefb02b8a87238 Mon Sep 17 00:00:00 2001 From: Demian Parkhomenko <95881717+DemianParkhomenko@users.noreply.github.com> Date: Fri, 10 May 2024 12:32:47 +0300 Subject: [PATCH] Add examples to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e3e91ca..c46ba68 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ Currently supported APIs: ```bash npm i mono-openapi ``` + +## Examples + +https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/personal.ts#L7-L10 + +https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/acquiring.ts#L27-L41