From ede901cda6c41679fe092a608fb9aafd55c7bb6d Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Tue, 24 Oct 2023 08:33:41 +0200 Subject: [PATCH] readme fix --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8d21016..03f4833 100644 --- a/README.rst +++ b/README.rst @@ -90,10 +90,6 @@ which receives the ``argparse.ArgumentParser`` instance used by the script. The ``script`` variable from the example above can be referenced in ``pyproject.toml`` to generate the script, like -In order to serve metrics on the HTTPs endpoint both ``ssl-private-key`` and -``ssl-public-key`` need to be define. The ssl certificate authority -(i.e. ``ssl-ca``) is optional. - .. code:: toml [project.scripts] @@ -103,6 +99,10 @@ In order to serve metrics on the HTTPs endpoint both ``ssl-private-key`` and The ``description`` of the exporter can be customized by setting the docstring in the script class. +In order to serve metrics on the HTTPS endpoint both ``ssl-private-key`` and +``ssl-public-key`` need to be define. The ssl certificate authority +(i.e. ``ssl-ca``) is optional. + Startup configuration ~~~~~~~~~~~~~~~~~~~~~