Skip to content

Commit 8495474

Browse files
committed
fix readme
1 parent bb29d3d commit 8495474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/validation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Validates that the value is a valid organization number. Validates the checksum
163163

164164
```js
165165
// 🇳🇴 example
166-
import { validateBankAccountNumber } from '@obosbbl/validation/no';
167-
validateBankAccountNumber('12345678903'); // => true
166+
import { validateAccountNumber } from '@obosbbl/validation/no';
167+
validateAccountNumber('12345678903'); // => true
168168
169169
// 🇸🇪 example
170170
// TODO: implement

0 commit comments

Comments
 (0)