Commit d673d70169ad79e9c6fa0402c6bf77f712700f9d

Michael Schmidt 2019-06-30T03:42:07

README: Added npm downloads badge (#1934) This adds an npm downloads/week badge to Prism's readme which also links our npm page for a little extra promotion.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 6afe7ec..08a8087 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # [Prism](http://prismjs.com/)
 
 [![Build Status](https://travis-ci.org/PrismJS/prism.svg?branch=master)](https://travis-ci.org/PrismJS/prism)
+[![npm](https://img.shields.io/npm/dw/prismjs.svg)](https://www.npmjs.com/package/prismjs)
 
 Prism is a lightweight, robust, elegant syntax highlighting library. It's a spin-off project from [Dabblet](http://dabblet.com/).