From c469a3b4c13b1465a423a3250b6e33855e9e3f99 Mon Sep 17 00:00:00 2001 From: ndeet Date: Mon, 8 Jul 2024 09:18:47 +0200 Subject: [PATCH] Fix typo. --- payment_btcpay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payment_btcpay/README.md b/payment_btcpay/README.md index f691028..2e3051d 100644 --- a/payment_btcpay/README.md +++ b/payment_btcpay/README.md @@ -6,7 +6,7 @@ This module allows you to accept bitcoin (and other cryptocurrency) payments in ![BTCPay Server Website](../payment_btcpay/static/description/BTCPayServer_org.png) ## Install the module -* Clone our [repository](https://github.com/btcpayserver/odoo) or download the .zip from the [releases page](https://github.com/btcpayserver/odoo/releases +* Clone our [repository](https://github.com/btcpayserver/odoo) or download the .zip from the [releases page](https://github.com/btcpayserver/odoo/releases) * Place the `payment_btcpay` directory in your Odoo addons directory * Install dependencies by running `pip install -r requirements.txt` (from inside the `payment_btcpay` directory) * Restart Odoo