Merge branch 'master' of github.com:mike182uk/timestring
This commit is contained in:
commit
b8dc7245d1
13
README.md
13
README.md
@ -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)
|
||||
@ -10,6 +11,12 @@ Parse a human readable time string into a time based value.
|
||||
|
||||
## Installation
|
||||
|
||||
### Node
|
||||
|
||||
```bash
|
||||
npm install --save timestring
|
||||
```
|
||||
|
||||
### Browser
|
||||
|
||||
```bash
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user