diff --git a/README.md b/README.md index df598e9..3180272 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i export OP_CONNECT_TOKEN= ``` - 2.1 If you need a higher timeout on the client requests you can export `OP_CLIENT_REQUEST_TIMEOUT` environment variable: + 2.1 If you need a higher timeout on the client requests you can export `OP_CONNECT_CLIENT_REQ_TIMEOUT` environment variable: ```sh # set the timeout to 90 seconds - export OP_CLIENT_REQUEST_TIMEOUT=90 + export OP_CONNECT_CLIENT_REQ_TIMEOUT=90 ``` 3. Use the SDK: