SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 265848317770770e2619c235a0e1f23f5a10a18b
parent a6555ecc50a75376d51f94bbff2b58d618f3d4c8
Author: nyxnor <69700936+nyxnor@users.noreply.github.com>
Date:   Tue, 29 Jun 2021 09:02:05 +0000

correct broken link (#11)


Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -76,7 +76,7 @@ Currently we have a plugin for Woocommerce in Wordpress that makes Bitcoin webst # Contributions welcomed ### You only need a little python! -The main code can be found in [satsale.py](satsale.py). The client-side logic for the donation button sits in [static/server_connection.js](static/server_connection.js), invoice structure and bitcoind interface in [invoice/](invoice/), button appearance in [template/index.html](template/index.html), and Woocommerce plugin in [gateways/woo_satsale.php](gateways/woo_satsale.php). Please have ago at implementing some of the things below! +The main code can be found in [satsale.py](satsale.py). The client-side logic for the donation button sits in [static/server_connection.js](static/server_connection.js), invoice structure and bitcoind interface in [invoice/](invoice/), button appearance in [templates/index.html](templates/index.html), and Woocommerce plugin in [gateways/woo_satsale.php](gateways/woo_satsale.php). Please have ago at implementing some of the things below! ![docs/diagram.png](docs/diagram.png)