diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:27:56 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:27:56 -0500 |
commit | ce4e19b8150c1e45db240a670517e83e2feafa59 (patch) | |
tree | ade0baa0435f2b9b11955f637e1991b2f9fb53e9 | |
parent | fac81c9084d0d1c8354ef9fc8e8c4b9af9c610ab (diff) | |
download | docs-ce4e19b8150c1e45db240a670517e83e2feafa59.tar.gz docs-ce4e19b8150c1e45db240a670517e83e2feafa59.tar.bz2 docs-ce4e19b8150c1e45db240a670517e83e2feafa59.zip |
change markup from " to `` (three instances)
-rw-r--r-- | taler-merchant-manual.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index dd92db7..442c9e1 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -672,8 +672,8 @@ that all exchanges audited by this auditor will be trusted!) you create a section with a name that starts with “MERCHANT-AUDITOR-”. In that section, the following options need to be configured: -- The “AUDITOR_BASE_URL” option specifies the auditor’s base URL. For example, - to use the Taler demonstrator's auditor, specify: +- The ``AUDITOR_BASE_URL`` option specifies the auditor’s base URL. + For example, to use the Taler demonstrator's auditor, specify: .. code-block:: console @@ -681,7 +681,7 @@ that section, the following options need to be configured: -o AUDITOR_BASE_URL \ -V https://exchange.demo.taler.net/ -- The “AUDITOR_KEY” option specifies the auditor's public key +- The ``AUDITOR_KEY`` option specifies the auditor's public key in base32 encoding. For the Taler demonstrator, use: .. code-block:: console @@ -690,7 +690,7 @@ that section, the following options need to be configured: -o AUDITOR_KEY \ -V FIXMEBADVALUENEEDTOGETTHERIGHTVALUEHEREEVENTUALLY000 -- The “CURRENCY” option specifies the auditor’s currency. +- The ``CURRENCY`` option specifies the auditor’s currency. For the Taler demonstrator, use: .. code-block:: console |