summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-06 14:47:18 +0200
committerMS <ms@taler.net>2020-10-06 14:47:18 +0200
commitc8e30c1db2ee3ca4632fd41ae32081f37fc6d531 (patch)
tree6189ebca4e9b28cf49b5c0f7f4a3fabc522bc7ef /libeufin
parentdf269fb7205fe6b1f0ca6864284ef408f4e8b8e1 (diff)
downloaddocs-c8e30c1db2ee3ca4632fd41ae32081f37fc6d531.tar.gz
docs-c8e30c1db2ee3ca4632fd41ae32081f37fc6d531.tar.bz2
docs-c8e30c1db2ee3ca4632fd41ae32081f37fc6d531.zip
steps order
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 01679984..a27483f5 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -95,7 +95,7 @@ a backup copy* of such keys.
$NEXUS_URL
At this point, Nexus must communicate all the details to the bank. Therefore,
-it will *(4) synchronize the connection*. In this EBICS example, Nexus will send
+it will *(5) synchronize the connection*. In this EBICS example, Nexus will send
the *INI* and *HIA* messages to the bank.
.. code-block:: shell
@@ -110,7 +110,7 @@ the *INI* and *HIA* messages to the bank.
Once the connection is synchronized, Nexus needs to import locally the data
corresponding to the bank accounts offered by the bank connection just made.
-The command below *(5) downloads the list of the bank accounts offered by the*
+The command below *(6) downloads the list of the bank accounts offered by the*
``$NEXUS_BANK_CONNECTION_NAME``.
.. code-block:: shell
@@ -123,7 +123,7 @@ The command below *(5) downloads the list of the bank accounts offered by the*
--nexus-password $NEXUS_PASSWORD \
$NEXUS_URL
-It is now possible to *(6) list the accounts offered by the connection*.
+It is now possible to *(7) list the accounts offered by the connection*.
.. code-block:: shell
@@ -134,7 +134,7 @@ It is now possible to *(6) list the accounts offered by the connection*.
--nexus-password $NEXUS_PASSWORD \
$NEXUS_URL
-Nexus now needs an explicit *(7) import of the accounts it needs to manage*.
+Nexus now needs an explicit *(8) import of the accounts it needs to manage*.
This step is needed to let the user pick a custom name for such accounts.
.. code-block:: shell