From 1b0f1c5754b8785a34927729cfd0a672c786c4d8 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 22 Jul 2024 21:35:53 +0000 Subject: [PATCH] Format Readme (#30) Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/30 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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