Browse Source

README: clearer documentation.

Ugorji Nwoke 12 years ago
parent
commit
6282abd874
1 changed files with 2 additions and 4 deletions
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -1,12 +1,10 @@
 # go
 # go
 
 
-Open-Source Go Code. 
-
-It includes libraries and tools listed below. Others will be coming soon.
+Collection of Open-Source Go libraries and tools.
 
 
 ## Codec
 ## Codec
 
 
-This is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library.
+[Codec](https://github.com/ugorji/go/tree/master/codec#readme) is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library.
 
 
 Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].
 Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].