From b1629fa3335008c6fe0b934775c30489ff4bdf99 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 6 Sep 2016 18:21:15 -0700 Subject: [PATCH] add badges to readme --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 3a87254..a0a6ac8 100644 --- a/Readme.md +++ b/Readme.md @@ -3,6 +3,7 @@ strftime strftime for JavaScript. Works in (at least) node.js and browsers. Supports localization and timezones. Most standard specifiers from C are supported as well as some other extensions from Ruby. +[![version 0.9.2 on npm](https://img.shields.io/badge/npm-0.9.2-brightgreen.svg?style=flat)](https://www.npmjs.com/package/strftime) [![node version 0.2 and up](https://img.shields.io/badge/node->=0.2-brightgreen.svg?style=flat)](https://nodejs.org) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://sjs.mit-license.org) Installation ============