Browse Source

codec/README: add headings

Ugorji Nwoke 12 years ago
parent
commit
3c7786cf7c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      codec/README.md

+ 3 - 3
codec/README.md

@@ -51,7 +51,7 @@ Rich Feature Set includes:
       - RPC Server/Client Codec for msgpack-rpc protocol defined at: 
       - RPC Server/Client Codec for msgpack-rpc protocol defined at: 
         http://wiki.msgpack.org/display/MSGPACK/RPC+specification
         http://wiki.msgpack.org/display/MSGPACK/RPC+specification
 
 
-Extension Support
+## Extension Support
 
 
 Users can register a function to handle the encoding or decoding of
 Users can register a function to handle the encoding or decoding of
 their custom types. 
 their custom types. 
@@ -76,7 +76,7 @@ an inter-operable format. For msgpack, these are Binary and
 time.Time. Library users will have to explicitly configure these as seen
 time.Time. Library users will have to explicitly configure these as seen
 in the usage below.
 in the usage below.
 
 
-Usage
+## Usage
 
 
 Typical usage model:
 Typical usage model:
 
 
@@ -129,7 +129,7 @@ Typical usage model:
     rpcCodec := rpcH.ClientCodec(conn, h)  
     rpcCodec := rpcH.ClientCodec(conn, h)  
     client := rpc.NewClientWithCodec(rpcCodec)
     client := rpc.NewClientWithCodec(rpcCodec)
 
 
-Representative Benchmark Results
+## Representative Benchmark Results
 
 
 A sample run of benchmark using "go test -bi -bench=.":
 A sample run of benchmark using "go test -bi -bench=.":