Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
debarghyab authored Apr 12, 2020
1 parent 0e1cd4f commit 7bfb05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Log messages to RabbitMQ
#### A Winston Transport module for sending logs to RabbitMQ
[![NPM](https://nodei.co/npm/rabbitmq-logger.png)](https://nodei.co/npm/winston-daily-rotate-file/)
[![NPM](https://nodei.co/npm/rabbitmq-logger.png)](https://nodei.co/npm/rabbitmq-logger/)

This library was primarily designed to be used as a transport module for Winston logger.
It can also be used as a simple utility for sending messages to RabbitMQ with minimum effort for configuration.
Expand Down Expand Up @@ -44,4 +44,4 @@ The module can be customized using the following options :
[![Known Vulnerabilities](https://snyk.io/test/github/debarghyab/winston-rabbitmq-transport/badge.svg?targetFile=package.json)](https://snyk.io/test/github/debarghyab/winston-rabbitmq-transport?targetFile=package.json)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/debarghyab/winston-rabbitmq-transport.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/debarghyab/winston-rabbitmq-transport/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/debarghyab/winston-rabbitmq-transport.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/debarghyab/winston-rabbitmq-transport/context:javascript)
[![DeepScan grade](https://deepscan.io/api/teams/8541/projects/10743/branches/152613/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=8541&pid=10743&bid=152613)
[![DeepScan grade](https://deepscan.io/api/teams/8541/projects/10743/branches/152613/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=8541&pid=10743&bid=152613)

0 comments on commit 7bfb05a

Please sign in to comment.