summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:52:06 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:52:06 -0500
commit2217073265654a398701b6b99edc98d8f8a6c9d4 (patch)
treec4f4f537ae4519c100aa61df19e31e28a61a0908
parent918cc95cccd492dcf76b3412bf461f29d1503a5e (diff)
downloaddocs-2217073265654a398701b6b99edc98d8f8a6c9d4.tar.gz
docs-2217073265654a398701b6b99edc98d8f8a6c9d4.tar.bz2
docs-2217073265654a398701b6b99edc98d8f8a6c9d4.zip
add markup (two instances)
-rw-r--r--taler-merchant-manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index b46301ab..b0b788e6 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1206,7 +1206,7 @@ Fund the reserve
First, the reserve must be setup in the merchant backend. A reserve
is always tied to a particular instance. To create a reserve with
-10 KUDOS at instance "default" using the demo exchange, use:
+10 KUDOS at instance ``default`` using the demo exchange, use:
.. code-block:: console
@@ -1220,7 +1220,7 @@ port 8888. The current implementation of the tool does not yet support
transmission of authentication information to the backend
(`see bug 6418 <https://bugs.gnunet.org/view.php?id=6418>`_).
-The command will output a payto:// URI which specifies where to
+The command will output a ``payto://`` URI which specifies where to
wire the funds and which wire transfer subject to use.
FIXME: add full example output.