Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mike182uk/timestring
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barrett committed Nov 11, 2015
2 parents c29310a + 159b6fe commit b8dc724
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Timestring

[![Version](https://img.shields.io/npm/v/timestring.svg?style=flat-square)](https://www.npmjs.com/package/timestring)
[![Build Status](https://img.shields.io/travis/mike182uk/timestring.svg?style=flat-square)](http://travis-ci.org/mike182uk/timestring)
[![Code Climate](https://img.shields.io/codeclimate/github/mike182uk/timestring.svg?style=flat-square)](https://codeclimate.com/github/mike182uk/timestring)
[![Coveralls](https://img.shields.io/coveralls/mike182uk/timestring/master.svg?style=flat-square)](https://coveralls.io/r/mike182uk/timestring)
Expand All @@ -10,6 +11,12 @@ Parse a human readable time string into a time based value.

## Installation

### Node

```bash
npm install --save timestring
```

### Browser

```bash
Expand All @@ -22,12 +29,6 @@ Then add a reference to the script in your HTML:
<script src="<path-to-src>/dist/timestring.min.js"></script>
```

### Node

```bash
npm install --save timestring
```

## Usage

### Overview
Expand Down

0 comments on commit b8dc724

Please sign in to comment.