From 38cf04d55a5ee6f6867fd4f584575ab9b87b159a Mon Sep 17 00:00:00 2001 From: sigalor Date: Tue, 31 Jan 2023 08:10:35 +0100 Subject: [PATCH] fix: wording in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 732adf7..f3aab49 100644 --- a/README.md +++ b/README.md @@ -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: ```