diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-04 14:25:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-04 14:26:52 +0200 |
commit | 7d95d962875bc573cb4fc762a42d5f3b856dc494 (patch) | |
tree | c0b198fd52d9f8feced58e0954e31b77cf9f36fa /readme.md | |
parent | bcea5ff43869296ade7b8eece91da371f9675771 (diff) | |
download | gnix-7d95d962875bc573cb4fc762a42d5f3b856dc494.tar gnix-7d95d962875bc573cb4fc762a42d5f3b856dc494.tar.bz2 gnix-7d95d962875bc573cb4fc762a42d5f3b856dc494.tar.zst |
readme: change TOML to YAML
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ a simple stupid reverse proxy ## Usage Run the binary with the a path to the configuration as the first argument. The -configuration file is written in TOML and could look like this: +configuration file is written in YAML and could look like this: ```toml # Both the 'http' and 'https' sections are optional |