Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![Build Status](https://secure.travis-ci.org/JerrySievert/date-utils.png)](http://travis-ci.org/JerrySievert/date-utils)

## NOTE
## NOTE:

Version 2 Feature and Changes discussion is being held at https://github.com/JerrySievert/node-date-utils/issues/37

## In a nutshell
## In a nutshell:

- Micro-Framework adding missing functionality to the Date object
- Useable as a polyfill in the browser
Expand All @@ -16,7 +16,7 @@ Version 2 Feature and Changes discussion is being held at https://github.com/Jer
## Using within a Browser
<script type="text/javascript" src="date-utils.min.js"></script>

## Using with Node.js
## Using Node.js
$ npm install date-utils

require('date-utils');
Expand Down