Skip to content

Commit

Permalink
Merge pull request #13 from justin-john/patch-1
Browse files Browse the repository at this point in the history
Added the npm install command
  • Loading branch information
felixge committed Jun 5, 2013
2 parents 1923e29 + 836348e commit fe59502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Expand Up @@ -8,6 +8,12 @@ A node.js package for Steven Levithan's excellent [dateFormat()][dateformat] fun
* Added a `module.exports = dateFormat;` statement at the bottom
* Added the placeholder `N` to get the ISO 8601 numeric representation of the day of the week

## Installation

```bash
$ npm install dateformat
```

## Usage

As taken from Steven's post, modified to match the Modifications listed above:
Expand Down

0 comments on commit fe59502

Please sign in to comment.