Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teddychan committed Jul 27, 2013
1 parent fcb6dff commit 0d5ea47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install phone

## Usage
```
var phone = require('phone`);
var phone = require('phone');
phone('(817) 569-8900', ''); // return +18175698900
phone('(817) 569-8900', 'USA'); // return +18175698900
Expand All @@ -53,6 +53,15 @@ phone('6123-6123', 'HKG'); // return +85261236123
```


## Test

```
npm test
``
## License
MIT

0 comments on commit 0d5ea47

Please sign in to comment.