diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-09-13 01:27:22 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-09-13 01:27:22 +0200 |
commit | ea93851bdae9f5288f536d7324cfa7336bf64a9d (patch) | |
tree | 60015aaca063d24f6f0d0f979b88aaa621bbcadf | |
parent | 9dae30ae94796cd343045f2cab0c40c9421b321b (diff) | |
download | docs-ea93851bdae9f5288f536d7324cfa7336bf64a9d.tar.gz docs-ea93851bdae9f5288f536d7324cfa7336bf64a9d.tar.bz2 docs-ea93851bdae9f5288f536d7324cfa7336bf64a9d.zip |
typesetting
-rw-r--r-- | core/taler-uri.rst | 6 | ||||
-rw-r--r-- | taler-nfc-guide.rst | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/core/taler-uri.rst b/core/taler-uri.rst index c7b950d..40c110c 100644 --- a/core/taler-uri.rst +++ b/core/taler-uri.rst @@ -1,8 +1,8 @@ .. _taler-uri-scheme: -==================== -The taler URI scheme -==================== +======================= +The taler:// URI scheme +======================= The `taler` URI scheme represents actions that are processed by a Taler wallet. The basic syntax is as follows: diff --git a/taler-nfc-guide.rst b/taler-nfc-guide.rst index 08813f1..ced30fb 100644 --- a/taler-nfc-guide.rst +++ b/taler-nfc-guide.rst @@ -140,8 +140,8 @@ are used: -Sending taler URIs to the Wallet via NFC -======================================== +Sending taler:// URIs to the Wallet via NFC +=========================================== To make the wallet process an order via NFC, the merchant PoS terminal sends ``SELECT FILE`` command with the Taler AID, and a ``PUT DATA`` command with the Taler instruction ID ``0x01`` and the URI in the rest of the command data. |