Skip to content

Commit

Permalink
Update colon spacing in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
lehtu committed Mar 13, 2017
1 parent ba5187c commit a8c4124
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ var tupas = require('tupas').create(generalOptions);
```javascript
var bankOptions = [
{
id : 'nordea',
imgPath : '/path/to/my/image.png',
vendorId : 'production id',
checksumKey : 'production key'
id: 'nordea',
imgPath: '/path/to/my/image.png',
vendorId: 'production id',
checksumKey: 'production key'
},
{
id : 'my-new-bank',
authUrl : "https://my.banks.url.com/tupas",
version : "0002",
keyVersion : "0001",
idType : "01",
imgPath : "/path/to/my/image.png",
number : "420",
vendorId : "xxxxxxx",
checksumKey : "xxxxxxx"
id: 'my-new-bank',
authUrl: "https://my.banks.url.com/tupas",
version: "0002",
keyVersion: "0001",
idType: "01",
imgPath: "/path/to/my/image.png",
number: "420",
vendorId: "xxxxxxx",
checksumKey: "xxxxxxx"
}
];

Expand Down Expand Up @@ -94,7 +94,7 @@ var params = tupas.buildRequestParams('nordea', 'FI', requestId);
```javascript
var banks = tupas.banks
// => ['danskebank', 'handelsbanken', 'nordea',
// 'op', 'aktia', 'alandsbanken', 'spankki',
// 'op', 'aktia', 'alandsbanken', 'spankki',
// 'saastopankki', 'poppankki', 'my-new-bank']
```

Expand Down

0 comments on commit a8c4124

Please sign in to comment.