From 26afa27245d8b7a2d72cbe7c6221e6eaee56e88e Mon Sep 17 00:00:00 2001 From: Emmadi Sumith Kumar Date: Thu, 7 Sep 2023 11:37:19 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dd0fb9a..06ab499 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ npm install truecallerjs Here's a basic example of how to perform a normal search for a phone number: -```js +```ts import truecallerjs, { SearchData, Format } from "truecallerjs"; async function performTruecallerSearch(): Promise { @@ -159,7 +159,7 @@ In the above example, the `truecallerjs` package is used to search for a phone n The `truecallerjs` package also supports bulk search on multiple phone numbers: -```js +```ts import truecallerjs, { BulkSearchData, Format } from "truecallerjs"; async function performBulkTruecallerSearch(): Promise { @@ -207,18 +207,22 @@ Please note that all contributions should align with the spirit of the repositor TruecallerJS is open source and licensed under the MIT License. See the LICENSE file for more information. -## 💝 Sponsor +## 💝 Sponsor and support me -If you find TruecallerJS helpful or inspiring, consider supporting me through GitHub Sponsors. Your sponsorship helps me dedicate more time and effort to open source development and creating impactful projects. +If you find my project helpful or inspiring, consider supporting me through GitHub Sponsors. Your sponsorship helps me dedicate more time and effort to open source development and creating impactful projects. -- **Sponsor Me**: [https://github.com/sponsors/sumithemmadi](https://github.com/sponsors/sumithemmadi/) -- **Paypal**: [paypal.me/sumithemmadi](https://paypal.me/sumithemmadi) -- **UPI ID** : sumithemmadi@paytm +[:heart: Sponsor me on github](https://github.com/sponsors/sumithemmadi?o=sd&sc=t) + +Buy Me a Coffee at ko-fi.com + + sumithemmadi

### 💖 Sponsors [![Sponsors](https://sumithemmadi.github.io/sponsors.svg)](https://github.com/sponsors/sumithemmadi/) +- I want to extend my sincere gratitude to all my sponsors for their generous support. + ## Acknowledgments Thank you for choosing TruecallerJS! I hope it helps you retrieve phone number details efficiently.