Skip to content

Commit

Permalink
Added the npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-john committed Jun 5, 2013
1 parent 1923e29 commit 836348e
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 836348e

Please sign in to comment.