Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 8ba845c

Browse files
authored
Update README.md
1 parent 43df158 commit 8ba845c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cashier-BTC
44
v2 refactored and improved, battle-tested
55
-----------------------------------------
66

7-
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) Tests: [![CircleCI](https://circleci.com/gh/Overtorment/Cashier-BTC/tree/v2.svg?style=svg)](https://circleci.com/gh/Overtorment/Cashier-BTC/tree/v2)
7+
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) Tests: [![CircleCI](https://circleci.com/gh/Overtorment/Cashier-BTC/tree/v2.svg?style=svg)](https://circleci.com/gh/Overtorment/Cashier-BTC/tree/master)
88

99
Self-hosted Node.js Bitcoin payment gateway. Provides REST API for anyone who wants to accept bitcoin.
1010
Request payments (invoicing), check payments (whether invoice is paid), receive callbacks if payment is made.
@@ -105,7 +105,7 @@ Callback_url will be requested once the invoice is paid.
105105
}
106106

107107
Link can be opened by the payer, there is a chance it will be handled by his bitcoin wallet.
108-
QR whoud be shown to payer as well. Duplicate it with text, like, dear user, please pay the %expect% amount to %address%.
108+
QR shoud be shown to payer as well. Duplicate it with text, like, dear user, please pay the %expect% amount to %address%.
109109

110110
### GET /check_payment/:address
111111

0 commit comments

Comments
 (0)