-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update package description for Ethiopian phone number formatti…
…ng and ISP checking
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ A simple npm package to format Ethiopian phone numbers to the ISP standard code. | |
### Installation via npm | ||
|
||
``` | ||
npm install --save phone-formater-eth | ||
npm install --save phone-formatter-eth | ||
``` | ||
|
||
### Via CDN | ||
|
||
* Coming Soon | ||
```<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js"></script>``` | ||
|
||
### Usage | ||
``` | ||
const { formatPhone, checkOperator, isValid } = require('phone-formater-eth'); | ||
const { formatPhone, checkOperator, isValid } = require('phone-formatter-eth'); | ||
Or | ||
import { formatPhone, checkOperator, isValid } from 'phone-formater-eth'; | ||
import { formatPhone, checkOperator, isValid } from 'phone-formatter-eth'; | ||
``` | ||
|
||
|