Skip to content

Commit

Permalink
chore: update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Nov 6, 2020
1 parent 25725de commit 47f062e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
@@ -1,7 +1,20 @@
[![npm version](https://img.shields.io/npm/v/pnotify.svg?style=flat&label=npm+version)](https://www.npmjs.com/package/pnotify) [![npm downloads](https://img.shields.io/npm/dm/pnotify.svg?style=flat&label=npm+downloads)](https://www.npmjs.com/package/pnotify) [![jsDelivr Hits](https://img.shields.io/jsdelivr/npm/hm/pnotify.svg?style=flat)](https://www.jsdelivr.com/package/npm/pnotify) [![types](https://img.shields.io/npm/types/@pnotify/core.svg?style=flat)](https://github.com/sciactive/pnotify/blob/master/packages/core/index.d.ts) [![license](https://img.shields.io/github/license/sciactive/pnotify.svg?style=flat)](https://github.com/sciactive/pnotify/blob/master/LICENSE)

<div align="center">
<img src="includes/logo.png" alt="PNotify" />
<div>
<a href="https://www.npmjs.com/package/pnotify"><img src="https://img.shields.io/npm/v/pnotify.svg?style=flat&label=npm+version" title="npm version" /></a>
<a href="https://github.com/sciactive/pnotify/blob/master/packages/core/index.d.ts"><img src="https://img.shields.io/npm/types/@pnotify/core.svg?style=flat" title="types" /></a>
<a href="https://github.com/sciactive/pnotify/blob/master/LICENSE"><img src="https://img.shields.io/github/license/sciactive/pnotify.svg?style=flat" title="license" /></a>
</div>
<div>
v4:
<a href="https://www.npmjs.com/package/pnotify"><img src="https://img.shields.io/npm/dm/pnotify.svg?style=flat&label=npm+downloads" title="npm downloads" /></a>
<a href="https://www.jsdelivr.com/package/npm/pnotify"><img src="https://img.shields.io/jsdelivr/npm/hm/pnotify.svg?style=flat" title="jsDelivr Hits" /></a>
</div>
<div>
v5:
<a href="https://www.npmjs.com/package/@pnotify/core"><img src="https://img.shields.io/npm/dm/@pnotify/core.svg?style=flat&label=npm+downloads" title="npm downloads" /></a>
<a href="https://www.jsdelivr.com/package/npm/@pnotify/core"><img src="https://img.shields.io/jsdelivr/npm/hm/@pnotify/core.svg?style=flat" title="jsDelivr Hits" /></a>
</div>
</div>

A JavaScript/TypeScript notification, confirmation, and prompt library.
Expand Down

0 comments on commit 47f062e

Please sign in to comment.