diff --git a/README.md b/README.md index c46ba68..3138d70 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ npm i mono-openapi ## Examples +You can run examples with: + +```bash +npm run build +npm run examples:personal +npm run examples:acquiring +``` + 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