summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-16 01:25:48 +0100
committerMS <ms@taler.net>2021-01-16 01:25:48 +0100
commit0991388a4f55bd04c37886477dcfe1a32960814f (patch)
tree627d83435ad8debecb76bfaba6d037a9ae3b2930 /libeufin/nexus-tutorial.rst
parent6c0385cc801d03c3aba2e2dd65992a971696c673 (diff)
downloaddocs-0991388a4f55bd04c37886477dcfe1a32960814f.tar.gz
docs-0991388a4f55bd04c37886477dcfe1a32960814f.tar.bz2
docs-0991388a4f55bd04c37886477dcfe1a32960814f.zip
rephrasing, align API to code
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index f1d4a578..193322ac 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -430,18 +430,18 @@ a filtered version of the transaction history, or it might
want to refuse payments that do not conform to certain rules.
At this moment, only the *Taler facade type* is implemented
-in the Nexus, and the command below will show how to instantiate
-one under an existing bank account.
+in the Nexus, and the command below instantiates one under a
+existing bank account / connection pair.
.. code-block:: console
$ libeufin-cli \
- taler-facade \
+ facades \
new-facade \
--facade-name $FACADE_NAME \
$CONNECTION_NAME \
$CUSTOM_RENAMING_FOR_ACCOUNT
-At this point, the additional *taler-wire-gateway* (link here) API
-becomes offered by the Nexus. The purpose is to let a Taler exchange
-to rely on Nexus to manage its bank account.
+At this point, the additional *taler-wire-gateway* (FIXME: link
+here to API here) API becomes offered by the Nexus. The purpose
+is to let a Taler exchange to rely on Nexus to manage its bank account.