summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:32:09 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:32:09 -0500
commit02d0673e3a668bb8a1decde9863bb51ea367add9 (patch)
tree67e8f06e67a6584b889ab1c0b9f823d97679ca58 /libeufin/nexus-tutorial.rst
parentc430fd8df6e38c69906bcf8c4e484c61ea9b5f5a (diff)
downloaddocs-02d0673e3a668bb8a1decde9863bb51ea367add9.tar.gz
docs-02d0673e3a668bb8a1decde9863bb51ea367add9.tar.bz2
docs-02d0673e3a668bb8a1decde9863bb51ea367add9.zip
remove spurious period
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 122eecc6..d4635f35 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -6,7 +6,7 @@ Nexus How-To
Nexus is a Web service that provides a JSON abstraction layer to
access bank accounts. It is **not** itself a bank, but a translator
between JSON requests and more structured banking protocols (like
-EBICS, for example.), that are offered by actual banks.
+EBICS, for example), that are offered by actual banks.
This document explains how to setup Nexus to access a bank account
via the EBICS protocol. In order to follow all the steps below, the
@@ -65,7 +65,7 @@ activated on the bank. In the Nexus terminology, this is called *(3)
creating a EBICS connection*.
.. note::
-
+
The command line interface needs the following three values
to be defined into the environment: ``NEXUS_BASE_URL``, ``NEXUS_USERNAME``,
and ``NEXUS_PASSWORD``. In this example, NEXUS_USERNAME should be
@@ -205,7 +205,7 @@ identifies the prepared payment in the Nexus system. It'll be needed
in the next step, to **send the payment instructions to the bank**:
.. code-block:: shell
-
+
libeufin-cli \
accounts \
submit-payment \