From f842b1fe1bd39e5d389ccdf6c546e9ee88c0b39e Mon Sep 17 00:00:00 2001 From: Matheus Sampaio Queiroga Date: Sun, 20 Aug 2023 08:06:16 -0300 Subject: [PATCH] Add badge in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0a4b1..50d66e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![npm](https://img.shields.io/npm/dw/neste) [![Teste](https://github.com/Sirherobrine23/neste/actions/workflows/test.yml/badge.svg)](https://github.com/Sirherobrine23/neste/actions/workflows/test.yml) + A fork of [express](https://github.com/expressjs/express) with patches and improvements for new integrations, fixes and more. ```js @@ -35,4 +37,4 @@ npm install --save neste ### Express middleware's > **Important** -> as a fork of express will be compatible some, probably some others have stopped in the future. \ No newline at end of file +> as a fork of express will be compatible some, probably some others have stopped in the future.