Skip to content

Commit

Permalink
npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kawanet committed Oct 18, 2018
1 parent f4b2a3f commit 0497dd3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Msgpack Container Interface
# msg-interface - Msgpack Container Interface

[![Build Status](https://travis-ci.org/kawanet/msg-interface.svg?branch=master)](https://travis-ci.org/kawanet/msg-interface) [![Coverage Status](https://coveralls.io/repos/github/kawanet/msg-interface/badge.svg)](https://coveralls.io/github/kawanet/msg-interface)
[![npm version](https://badge.fury.io/js/msg-interface.svg)](http://badge.fury.io/js/msg-interface) [![Build Status](https://travis-ci.org/kawanet/msg-interface.svg?branch=master)](https://travis-ci.org/kawanet/msg-interface) [![Coverage Status](https://coveralls.io/repos/github/kawanet/msg-interface/badge.svg)](https://coveralls.io/github/kawanet/msg-interface)

### `MsgInterface` interface

Expand Down Expand Up @@ -45,6 +45,11 @@ declare function msgToBuffer(msg: MsgInterface): Buffer;

- [https://github.com/kawanet/msg-interface](https://github.com/kawanet/msg-interface)

### See Also

- [https://github.com/kawanet/msg-ext](https://github.com/kawanet/msg-ext)
- [https://github.com/kawanet/msg-int64](https://github.com/kawanet/msg-int64)

### The MIT License (MIT)

Copyright (c) 2017-2018 Yusuke Kawasaki
Expand Down

0 comments on commit 0497dd3

Please sign in to comment.