summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
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