Skip to content

Commit

Permalink
chore: Update package description for Ethiopian phone number formatti…
Browse files Browse the repository at this point in the history
…ng and ISP checking
  • Loading branch information
HuluWZ committed Aug 19, 2024
1 parent 66f1fdf commit e5454c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
```

Expand Down

0 comments on commit e5454c5

Please sign in to comment.