From cac2c9fdeee6111b78681a14f8b6339b148c4510 Mon Sep 17 00:00:00 2001 From: Chupurnov Valeriy Date: Wed, 21 Mar 2018 21:43:32 +0500 Subject: [PATCH] Added travis etc shields --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c36e0b..d52c09c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,24 @@ -# PLEASE. Help me update documentation. +# jQuery DateTimePicker + +[![Build Status](https://travis-ci.org/xdan/datetimepicker.svg?branch=master)](https://travis-ci.org/xdan/datetimepicker) +[![npm version](https://badge.fury.io/js/jquery-datetimepicker.svg)](https://badge.fury.io/js/jquery-datetimepicker) +[![npm](https://img.shields.io/npm/dm/jquery-datetimepicker.svg)](https://www.npmjs.com/package/jquery-datetimepicker) + + +PLEASE. Help me update documentation. [Doc.tpl](https://github.com/xdan/datetimepicker/blob/master/doc.tpl) This file will be automatically displayed on the site # Installation -``` +```bash npm install jquery-datetimepicker +``` OR +```bash yarn add jquery-datetimepicker ``` - +or download [zip](https://github.com/xdan/datetimepicker/releases) # datetimepicker ============== @@ -43,7 +52,7 @@ Options to highlight individual dates or periods ![ScreenShot](https://raw.github.com/Mingpao/datetimepicker/master/screen/6.png) -[doc]: http://xdsoft.net/jqplugins/datetimepicker/ +[doc]: https://xdsoft.net/jqplugins/datetimepicker/ ### JS Build help