You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ _Note: As `tox` runs the test suite multiple times, it is configured to skip any
127
127
128
128
## Submitting changes
129
129
130
-
Please send a [GitHub Pull Request to paddle-python](https://github.com/pyepye/paddle-python/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)).
130
+
Please send a [GitHub Pull Request to paddle-python](https://github.com/paddle-python/paddle-client/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)).
131
131
132
132
All changes should have at least one test to accompany it, either to prove the bug it is fixing has indeed been fixed on to ensure a new feature works as expected.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Paddle Python
1
+
# Paddle Client
2
2
3
3
A python (3.5+) wrapper around the [Paddle.com](https://paddle.com/)[API](https://developer.paddle.com/api-reference/intro)
4
4
@@ -11,7 +11,7 @@ _Note: This is a work in progress, not all of the Paddle endpoints have been imp
11
11
### Installation
12
12
13
13
```bash
14
-
pip install paddle-python
14
+
pip install paddle-client
15
15
```
16
16
17
17
@@ -20,10 +20,10 @@ pip install paddle-python
20
20
To use the Paddle API you will need a Paddle Vendor ID and API key which can be found on [Paddle's authentication page](https://vendors.paddle.com/authentication)
@@ -49,7 +49,7 @@ Coming soon. Please see `Working endpoints` below for basic usage.
49
49
50
50
## Contributing
51
51
52
-
All contributions are welcome and appreciated. Please see [CONTRIBUTING.md](https://github.com/pyepye/paddle-python/blob/master/CONTRIBUTING.md) for more details including details on how to run tests etc.
52
+
All contributions are welcome and appreciated. Please see [CONTRIBUTING.md](https://github.com/paddle-python/paddle-client/blob/master/CONTRIBUTING.md) for more details including details on how to run tests etc.
0 commit comments