From ca1691edacc75bd9cc7e8ae5ec4a98431ec4a1e1 Mon Sep 17 00:00:00 2001 From: w2xi <57785259+w2xi@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:55:04 +0800 Subject: [PATCH] docs: add Badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bf4a2..5e3464c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # treei +[![npm](https://img.shields.io/badge/npm-1.1.0-blue)](https://www.npmjs.com/package/treei) + `treei` is a node command line tool to generate directory structure tree ## Installation @@ -61,4 +63,4 @@ treei | └──index.js # The output has been saved into ./result.md -``` \ No newline at end of file +```