From 980a7752264ae0d781b4d1044bfbf1c98ea151cd Mon Sep 17 00:00:00 2001 From: Bill Christo Date: Tue, 11 Aug 2015 18:23:02 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9618e3f..cfb0b2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # epochjs version 1.0.0 Track the elapsed time since a certain point, like the start of a node script. +## Installation: +Run `npm install epochjs` to install from the NPM registry. + + ## Examples: ````javascript var epoch = require('epochjs');