Skip to content

Commit

Permalink
code refactoring to corporate-taxid-checker-js
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishvanand committed Oct 28, 2023
1 parent eadc689 commit e56d11e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14,036 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
You can install the package via npm:

```bash
npm install taxid-validator
npm install corporate-taxid-checker-js
```

## Usage
Expand All @@ -30,7 +30,7 @@ The tool can be used by importing the main validator function and then calling i
Here's a basic example:

```javascript
const { validateTaxId } = require('taxid-validator');
const { validateTaxId } = require('corporate-taxid-checker-js');

const taxId = '1234567890';
const countryCode = 'IN'; // Use the appropriate country code
Expand Down
Loading

0 comments on commit e56d11e

Please sign in to comment.