Skip to content

Commit 5980761

Browse files
committed
pretty readme
1 parent d4a58db commit 5980761

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syslogd",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "syslog server and parser",
55
"main": "index.js",
66
"directories": {

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Syslogd
22
===
33

4+
[![NPM version][npm-image]][npm-url]
45
[![build status][travis-image]][travis-url]
56

67
nodejs syslog server, including syslog message parser
@@ -39,5 +40,7 @@ Syslogd(function(info) {
3940

4041
Check parser performance by `npm run performance`, which will run 500000 times
4142

43+
[npm-image]: https://img.shields.io/npm/v/syslogd.svg?style=flat-square
44+
[npm-url]: https://npmjs.org/package/syslogd
4245
[travis-image]: https://img.shields.io/travis/chunpu/syslogd.svg?style=flat
4346
[travis-url]: https://travis-ci.org/chunpu/syslogd

0 commit comments

Comments
 (0)