From ddf58615aecaf62b15547b7f1b9b904519e63c0f Mon Sep 17 00:00:00 2001 From: busayo Date: Sat, 5 Sep 2015 11:45:39 +0100 Subject: [PATCH] Link Usage info to list of supported bank keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66cfe7f..b1076ff 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Using the gem is pretty straightforward and simple. result = NgBankParser::Router.parse(bank_name, file_path, password) ``` -`bank_name` is the name of the bank that provides the statement. There's a list of supported banks and formats below, therefore use the key provided as the `bank_name`. +`bank_name` is the name of the bank that provides the statement. There's a [list of supported banks and formats](#list-of-supported-banks) below, therefore use the key provided as the `bank_name`. `file_path` is obviously where the file you're trying to parse exists.