We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb29d3d commit 8495474Copy full SHA for 8495474
packages/validation/README.md
@@ -163,8 +163,8 @@ Validates that the value is a valid organization number. Validates the checksum
163
164
```js
165
// 🇳🇴 example
166
-import { validateBankAccountNumber } from '@obosbbl/validation/no';
167
-validateBankAccountNumber('12345678903'); // => true
+import { validateAccountNumber } from '@obosbbl/validation/no';
+validateAccountNumber('12345678903'); // => true
168
169
// 🇸🇪 example
170
// TODO: implement
0 commit comments