Skip to content

Commit 9ee08e2

Browse files
committed
docs: add weekly npm downloads badge to README
Added a badge to showcase weekly npm downloads for better visibility.
1 parent 090e006 commit 9ee08e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# **Symflow: A Flexible Workflow Engine for Node.js**
22

33
[![CI](https://github.com/vandetho/symflow/actions/workflows/ci.yaml/badge.svg)](https://github.com/vandetho/symflow/actions/workflows/ci.yaml)
4-
[![npm version](https://img.shields.io/npm/v/symflow.svg)](https://www.npmjs.com/package/symflow)
4+
[![npm downloads](https://img.shields.io/npm/dw/symflow.svg)](https://www.npmjs.com/package/symflow)
55
[![npm downloads](https://img.shields.io/npm/dm/symflow.svg)](https://www.npmjs.com/package/symflow)
66
[![GitHub stars](https://img.shields.io/github/stars/vandetho/symflow.svg?style=social)](https://github.com/vandetho/symflow/stargazers)
77
[![GitHub issues](https://img.shields.io/github/issues/vandetho/symflow.svg?color=orange)](https://github.com/vandetho/symflow/issues)
8+
[![npm version](https://img.shields.io/npm/v/symflow.svg)](https://www.npmjs.com/package/symflow)
89
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
910

1011
> 🔗 [View on npm »](https://www.npmjs.com/package/symflow)

0 commit comments

Comments
 (0)