From a0d8bfa0a95f09ed16f4f95c011d3a0f20b4515d Mon Sep 17 00:00:00 2001 From: Uday Singh Date: Sat, 8 Jun 2024 17:12:52 +0530 Subject: [PATCH] update readme with examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280e3d8..a87a83f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A highly versatile, fast and secured OData Version 4.01 SQL Connector which prov ### Example -More examples can be (found here)[https://github.com/udaysingh236/odata-sql-connect/blob/main/examples/filter.ts] +More examples can be [found here](https://github.com/udaysingh236/odata-sql-connect/blob/main/examples/filter.ts) ```Javascript import { odataSql, DbTypes } from '@slackbyte/odata-sql-connect';