Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awdesh committed Dec 29, 2015
1 parent d943615 commit 31a0e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A small library that adds commas to numbers

## Installation

`npm install @awdesh/number-formatter`
`npm install @awdesh/number-formatter-awdesh`

## Usage

var numFormatter = require('@awdesh/number-formatter');
var numFormatter = require('@awdesh/number-formatter-awdesh');

var formattedNum = numFormatter(35666);

Expand Down

0 comments on commit 31a0e75

Please sign in to comment.