From bf29e5a84f44791d9091fbdc327399c30bce41e2 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Mon, 17 Feb 2020 21:28:56 -0500 Subject: [PATCH] add npm badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19c6827c..6ac7663c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # SQLite compiled to JavaScript [![CI status](https://github.com/kripken/sql.js/workflows/CI/badge.svg)](https://github.com/kripken/sql.js/actions) +[![npm](https://img.shields.io/npm/v/sql.js)](https://www.npmjs.com/package/sql.js) [![CDNJS version](https://img.shields.io/cdnjs/v/sql.js.svg)](https://cdnjs.com/libraries/sql.js) For the impatients, try the demo here: http://kripken.github.io/sql.js/examples/GUI