We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfb047 commit a13af21Copy full SHA for a13af21
1 file changed
README.md
@@ -6,7 +6,7 @@ This library provides developers with a simple set of bindings to the 2Checkout
6
To use, download or clone the repository.
7
8
```shell
9
-git clone https://github.com/craigchristenson/2checkout-python.git
+git clone https://github.com/2checkout/2checkout-python.git
10
```
11
12
Install _(Or just import in your script.)_
@@ -22,7 +22,7 @@ Import in your script
22
import twocheckout
23
24
25
-Full documentation for each binding will be provided in the [Wiki](https://github.com/craigchristenson/2checkout-python/wiki).
+Full documentation for each binding will be provided in the [Wiki](https://github.com/2checkout/2checkout-python/wiki).
26
27
28
Example API Usage
0 commit comments