Skip to content

Commit

Permalink
Merge pull request #43 from TonyBrobston/fix-project-description
Browse files Browse the repository at this point in the history
docs: fix project description
  • Loading branch information
TonyBrobston authored Jan 31, 2020
2 parents f90c5aa + 75d49c0 commit c2cb823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# logs-to-mqtt-publisher
A server-side JavaScript tool that converts log statements to topics and publishes them to an mqtt broker.
A server-side JavaScript tool that converts log statements to topics/messages and publishes them to an mqtt broker.

[![npm version](https://badge.fury.io/js/logs-to-mqtt-publisher.svg)](https://badge.fury.io/js/logs-to-mqtt-publisher)
[![Build Status](https://travis-ci.com/TonyBrobston/logs-to-mqtt-publisher.svg?branch=master)](https://travis-ci.com/TonyBrobston/logs-to-mqtt-publisher)
Expand All @@ -10,7 +10,7 @@ A server-side JavaScript tool that converts log statements to topics and publish
[![Known Vulnerabilities](https://snyk.io/test/github/TonyBrobston/logs-to-mqtt-publisher/badge.svg?targetFile=package.json)](https://snyk.io/test/github/TonyBrobston/logs-to-mqtt-publisher?targetFile=package.json)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors)

## Example
## Example
##### [Options](docs/interfaces/_types_options_.options.md)
```
{
Expand Down Expand Up @@ -46,7 +46,7 @@ A server-side JavaScript tool that converts log statements to topics and publish
##### docker-compose.yml
```
version: '3'
services:
home-assistant:
image: homeassistant/home-assistant
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logs-to-mqtt-publisher",
"version": "1.0.5",
"description": "A server-side JavaScript tool that converts log statements to topics and publishes them to a mqtt broker.",
"description": "A server-side JavaScript tool that converts log statements to topics/messages and publishes them to a mqtt broker.",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit c2cb823

Please sign in to comment.