diff --git a/README.md b/README.md index ea26bd8d3..ab1ba4ce0 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ client = StripeClient("sk_test_...", http_client=stripe.UrllibClient()) ``` Without a configured client, by default the library will attempt to load -libraries in the order above (i.e. `urlfetch` is preferred with `urllib2` used +libraries in the order above (i.e. `urlfetch` is preferred with `urllib` used as a last resort). We usually recommend that people use `requests`. ### Configuring a Proxy