Skip to content

Commit

Permalink
fix: wording in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalor committed Jan 31, 2023
1 parent 3ff3fae commit 38cf04d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const bic = ibanToBic('DE51500105179975341634');

## Usage in the browser

Iban-to-Bic is really simple to use inside a browser. You can either pull the package from npm and build it with your favorite packaging tool,
or you can just use it from a CDN like this:
iban-to-bic is really simple to use inside a browser. You can either pull the package from npm and build it with your favorite packaging tool or you can use it from a CDN like this:

```
<script type="text/javascript" src="https://unpkg.com/iban-to-bic@latest/dist/iban-to-bic.js">
Expand All @@ -30,7 +29,7 @@ Or
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/iban-to-bic@latest/dist/iban-to-bic.js">
```

And then just invoke it like this:
And then invoke it like this:

```
<script type="text/javascript">
Expand Down

0 comments on commit 38cf04d

Please sign in to comment.