diff --git a/README.md b/README.md index 0384503..752b6d7 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ HTTP client library. ## Builtin settings -| Settings Name | Environment variable | Default | Description | -|---|---|----|---| -| `log_level` | - | `info` | Sets log level (`panic`, `fatal`, `error`, `warn`, `info`, `debug`, `trace`) | -| `skip_verify` | - | `false` | - | Skip verification of TLS certificate | -| | `SOCKS_PROXY` | *none* | SOCKS5 proxy to use for connections | -| | `SOCKS_PROXY_OFF` | *none* | Do not use SOCKS5 proxy | +| Settings Name | Environment variable | Default | Description | +| ------------- | -------------------- | ------- | ---------------------------------------------------------------------------- | ------------------------------------ | +| `log_level` | - | `info` | Sets log level (`panic`, `fatal`, `error`, `warn`, `info`, `debug`, `trace`) | +| `skip_verify` | - | `false` | - | Skip verification of TLS certificate | +| | `SOCKS_PROXY` | _none_ | SOCKS5 proxy to use for connections | +| | `SOCKS_PROXY_OFF` | _none_ | Do not use SOCKS5 proxy | ## Creating plugin