README.md in paypal-rest-api-0.2.0 vs README.md in paypal-rest-api-0.2.1

- old
+ new

@@ -97,10 +97,15 @@ response.request # Request that generates this response ``` ## Configuration options -PaypalAPI client accepts this additional options: `:live`, `:retries`, `:http_opts`, `:cache` +PaypalAPI client accepts this additional options: + +- `:live` +- `:retries`, +- `:http_opts` +- `:cache` ### Option `:live` PaypalAPI client can be defined with `live` option which is `false` by default. When `live` is `false` all requests will be send to the sandbox endpoints.