From 2cdd73658fc268d1cd79e259f8d4ac5a7493178b Mon Sep 17 00:00:00 2001 From: Jeff Vandrew Jr <43861226+JeffVandrewJr@users.noreply.github.com> Date: Thu, 17 Jan 2019 01:02:52 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2652f30..8eb4bc6 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ## Install ```shell -pip3 install btcpay-python +pip3 install btcpay_python ``` ## The "easy method" to create a new BTCPay client * On BTCPay server > shop > access tokens > create new token, copy pairing code. * Then use that code in the below Python code: ```python -from btcpay-python import BTCPayClient +from btcpay_python import BTCPayClient client = BTCPayClient.create_client(host='https://btcpay.example.com', code=) ``` @@ -18,12 +18,12 @@ client = BTCPayClient.create_client(host='https://btcpay.example.com', code= shop > access tokens > create new token, copy pairing code: