Skip to content

Commit 9c90cf0

Browse files
committed
updated readme
1 parent 1c8fad0 commit 9c90cf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## ABOUT
1+
# Protobuf Codec
2+
Protobuf-codec provides codec for protobuf and other data formats like xml/json. It is fast and relies on proven frameworks like [jackson](http://jackson.codehaus.org/)
3+
for json and [woodstox]( http://woodstox.codehaus.org/) for xml for parsing.
24

3-
Protobuf-codec provides codec for protobuf and other data formats like xml/json. It is fast and relies on proven frameworks like [[jackson|http://jackson.codehaus.org/]]
4-
for json and [[woodstox | http://woodstox.codehaus.org/]] for xml for parsing.
5-
6-
[[Project Wiki | https://github.com/sijuv/protobuf-codec/wiki]]
5+
[[Project Wiki](https://github.com/sijuv/protobuf-codec/wiki)
76

87
## UPDATES:
98
06/Dec :
@@ -20,16 +19,17 @@ Protobuf-codec provides codec for protobuf and other data formats like xml/json.
2019

2120
## BUILDING
2221
- Needs Maven
23-
- Needs protoc to run test cases. [[http://code.google.com/apis/protocolbuffers/docs/proto.html#generating]]
22+
- Needs [protoc](http://code.google.com/apis/protocolbuffers/docs/proto.html#generating) to run test cases.
2423

2524

2625
## DEPENDENCIES :
2726
- Jackson for json parsing. [ see pom for details ]
2827
- woodstox for xml parsing [see pom for details ]
28+
- commons-codec for hex encode/decode
2929

3030

3131
## BUGS & ISSUES
32-
Raise bugs/issues on git [[https://github.com/sijuv/protobuf-codec/issues]]
32+
Raise bugs/issues on [git] (https://github.com/sijuv/protobuf-codec/issues)
3333

3434

3535

0 commit comments

Comments
 (0)