Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Oct 24, 2023
1 parent 73ef805 commit ede901c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ede901c

Please sign in to comment.