From 996eca77eb3bb5e43c93b707f7f452f82269ff33 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Fri, 18 Jul 2014 21:14:09 +0100 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c5bc77..042da42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ #Timestring +[![Build Status](https://travis-ci.org/mike182uk/timestring.svg?branch=master)](https://travis-ci.org/mike182uk/timestring) + +[![NPM](https://nodei.co/npm/timestring.png?downloads=true&stars=true)](https://nodei.co/npm/timestring/) + Attempts to parse a human readable time string into a time based value. ##Overview @@ -158,11 +162,18 @@ console.log(daysThisWeek); // will log 5 ###Browser -All you need to do to get timestring working in the browser is download / clone this repo and make sure you include the `timestring.js` script on your page: +All you need to do to get timestring working in the browser is download / clone this repo and make sure you include the `dist/timestring.min.js` script on your page: ```html - + ``` + +Alternatively you can you use bower to manage this dependency for you: + +``` +bower install timestring --save +``` + ###Node To install for a node application, navigate to the projects root folder and in your terminal type the following: