From 3f3b80943c6b92cbcee68b336a8e60d96498b042 Mon Sep 17 00:00:00 2001 From: mimecorg Date: Wed, 30 May 2018 21:20:34 +0200 Subject: [PATCH] add badges to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dffb0ff..acaceeb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Launcher for GUI Node.js applications using [libui-node](https://github.com/parro-it/libui-node). +[![NPM module](https://img.shields.io/npm/v/launchui.svg)](https://npmjs.org/package/launchui) +[![MIT License](https://img.shields.io/github/license/mimecorg/launchui.svg)](https://github.com/mimecorg/launchui/blob/master/LICENSE) + ## Introduction LaunchUI is a wrapper for Node.js which makes it easier to package and distribute GUI applications using libui-node to end users.