summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant-manual.rst')
-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.