Skip to content

Commit 40d576a

Browse files
committedMar 27, 2019
Merge #61
2 parents db978e0 + 74f8d8f commit 40d576a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ MessagePack for Haskell [![Build Status](https://travis-ci.org/msgpack/msgpack-h
33

44
This is an implementation of [MessagePack](https://en.wikipedia.org/wiki/MessagePack) for [Haskell](https://www.haskell.org).
55

6-
It containes:
6+
It contains:
77

88
* Serializer/Deserializer
99
* RPC
1010

11-
# Install
11+
# Installation
1212

1313
Execute following instructions:
1414

@@ -18,7 +18,7 @@ $ cabal install msgpack
1818
$ cabal install msgpack-rpc
1919
~~~
2020

21-
# Document
21+
# Documentation
2222

2323
[Haddock](https://www.haskell.org/haddock) documentation can be found on Hackage:
2424

0 commit comments

Comments
 (0)
Please sign in to comment.