diff --git a/README.md b/README.md index a14ab33..a0371d7 100644 --- a/README.md +++ b/README.md @@ -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 +`````` ### 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'; ```