From f47c4d78857e08eb0c354a755106f2087323842f Mon Sep 17 00:00:00 2001 From: Thimo Seidel Date: Thu, 17 May 2018 23:12:43 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e13d6a..8588e07 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). -The client is aimed to be 100% [ISO 20022] (https://www.iso20022.org) compliant, and supports the complete initializations process ( INI, HIA, HPB orders ) and HTML letter generation. +The client is aimed to be 100% [ISO 20022](https://www.iso20022.org) compliant, and supports the complete initializations process ( INI, HIA, HPB orders ) and HTML letter generation. ## Supported Banks The client is currently tested and verified to work with the following banks: -* [Credit Suisse (Schweiz) AG] (https://www.credit-suisse.com/ch/en.html) -* [Zürcher Kantonalbank] (https://www.zkb.ch/en/lg/ew.html) -* [Raiffeisen Schweiz] (https://www.raiffeisen.ch/rch/de.html) +* [Credit Suisse (Schweiz) AG](https://www.credit-suisse.com/ch/en.html) +* [Zürcher Kantonalbank](https://www.zkb.ch/en/lg/ew.html) +* [Raiffeisen Schweiz](https://www.raiffeisen.ch/rch/de.html) ## Inspiration