[input-iban] Change amount to iban in README
This commit is contained in:
parent
2b2e1eaff5
commit
54f5853c1f
1 changed files with 2 additions and 2 deletions
|
|
@ -13,11 +13,11 @@
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm i --save @lion/input-amount
|
npm i --save @lion/input-iban
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import '@lion/input-amount/lion-input-amount.js';
|
import '@lion/input-iban/lion-input-iban.js';
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue