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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We recommend using [virtualenv](https://virtualenv.pypa.io/en/latest/).
13
13
14
14
# Examples
15
15
16
-
Examples can be found in the [wiki](./wiki/)
16
+
Examples can be found in the [wiki](https://github.com/joestump/python-oauth2/wiki)
17
17
18
18
# Running tests
19
19
You can run tests using the following at the command line:
@@ -31,4 +31,4 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
31
31
* Classes are no longer prefixed with <code>OAuth</code>.
32
32
* The <code>Request</code> class now extends from <code>dict</code>.
33
33
* The library is likely no longer compatible with Python 2.3.
34
-
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
34
+
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
0 commit comments