Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed Apr 19, 2023
1 parent 52177a4 commit e7ac475
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p align="center"><a href="https://ptprashanttripathi.github.io/linkpe"><img alt="linkpe app" src="https://raw.githubusercontent.com/PtPrashantTripathi/linkpe/main/img/logo.png" width="300vw"/></a></p>
<p align="center"><a href="upi://pay"><img alt="linkpe app" src="https://raw.githubusercontent.com/PtPrashantTripathi/linkpe/main/img/logo.png" width="300vw"/></a></p>
<p align="center">
<a href="https://github.com/PtPrashantTripathi"><img alt="Devloper" src="https://img.shields.io/badge/Devloper-Pt.%20Prashant%20Tripathi-Success.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/PtPrashantTripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/releases"><img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/PtPrashantTripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/LICENSE"><img alt="License" src="https://img.shields.io/github/license/PtPrashantTripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/PtPrashantTripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://ptprashanttripathi.github.io/linkpe"><img alt="Website Status" src="https://img.shields.io/website/http/ptprashanttripathi.github.io/linkpe.svg?down_message=Down&up_message=Online&style=flat-square"/></a>
<a href="upi://pay"><img alt="Website Status" src="https://img.shields.io/website/http/ptprashanttripathi.github.io/linkpe.svg?down_message=Down&up_message=Online&style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/stargazers"><img alt="stars-shield" src="https://img.shields.io/github/stars/ptprashanttripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/network/members"><img alt="forks-shield" src="https://img.shields.io/github/forks/ptprashanttripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/issues"><img alt="issues-shield" src="https://img.shields.io/github/issues/ptprashanttripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/graphs/contributors"><img alt="contributors-shield" src="https://img.shields.io/github/contributors/ptprashanttripathi/linkpe.svg?style=flat-square"/></a>
<a href="https://github.com/PtPrashantTripathi/linkpe/graphs/traffic"><img alt="Total-Downlode" src="https://img.shields.io/github/downloads/PtPrashantTripathi/linkpe/total.svg?style=flat-square"/></a>
</p>
<p align="center">
<a href="https://ptprashanttripathi.github.io/linkpe">View Demo</a>·
<a href="upi://pay">View Demo</a>·
<a href="https://github.com/PtPrashantTripathi/linkpe/issues/new/choose">Report Bug</a>·
<a href="https://github.com/PtPrashantTripathi/linkpe/issues/new/choose">Request Feature</a>
</p>
Expand All @@ -22,7 +22,7 @@
<a href="https://paypal.me/PtPrashantTripathi"><img height='23' src="https://img.shields.io/badge/support-PayPal-blue?logo=PayPal&style=flat-square&label=Donate" alt="Donate"/></a>
<a href='https://ko-fi.com/ptprashanttripathi' target='_blank'><img height='23' width="100" src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' alt='Buy Coffee for ptprashanttripathi' /></a>
<a href="https://www.buymeacoffee.com/ptprashant09" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="23" width="100" style="border-radius:1px" /></a>
<a href="https://ptprashanttripathi.github.io/linkpe?pa=pt1997@ybl&pn=Pt.+Prashant+Tripati" target="_blank"><img src="https://raw.githubusercontent.com/PtPrashantTripathi/linkpe/main/img/linkpebadge.svg" alt="Support Via UPI" height="23" style="border-radius:1px" /></a>
<a href="upi://pay?pa=pt1997@ybl&pn=Pt.+Prashant+Tripati" target="_blank"><img src="https://raw.githubusercontent.com/PtPrashantTripathi/ptprashanttripathi.github.io/main/img/phonepe-logo-big.png" alt="Support Via UPI" height="23" style="border-radius:1px" /></a>
</p>

## About
Expand All @@ -33,7 +33,7 @@ Linkpe is a Node.js based API to generate shareable UPI Payment links, just fill

![](https://raw.githubusercontent.com/PtPrashantTripathi/linkpe/main/img/screenshot.jpg)

> Try the tool: [LinkPe](https://ptprashanttripathi.github.io/linkpe)
> Try the tool: [LinkPe](upi://pay)
## 🧐 Features

Expand Down Expand Up @@ -81,7 +81,7 @@ npm start
change {variable} and use as an js api

```js
https://ptprashanttripathi.github.io/linkpe/?pa={UPI ID}&pn={name}&amt={amount}
upi://pay/?pa={UPI ID}&pn={name}&amt={amount}
```

## 🍰 Contributing
Expand All @@ -101,7 +101,7 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
<p align="left">
<a href="https://www.paypal.me/ptprashanttripathi"><img src="https://ionicabizau.github.io/badges/paypal.svg" alt="sponsor github profile"/>
</a>
<a href="https://ptprashanttripathi.github.io/linkpe?pa=pt1998@ybl&pn=PtPrashantTripathi">
<a href="upi://pay?pa=pt1998@ybl&pn=PtPrashantTripathi">
<img src="https://github.com/PtPrashantTripathi/linkpe/blob/main/img/linkpebadge.svg" alt="tweet"/>
</a>
</p>
Expand Down

0 comments on commit e7ac475

Please sign in to comment.