diff --git a/README.md b/README.md
index 06b0b2a..79939cd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
-go语言标准库中文文档
-对官方文档http://godoc.org/ 的开源翻译项目
-添加全文搜索功能,框架导航布局,源码链接到github
-golang标准库手册 简短域名 http://godoc.ml/
+# pkgdoc
+
+go 标准库和部分第三方包的包文档中文翻译。
+
+参照 http://godoc.org/ 样式。
+
+在项目 http://git.oschina.net/myml/pkgdoc/ 的基础上,增加最新版本的包
+
+# 在线预览
+
+- [Go语言中文网标准库中文版](http://studygolang.com/pkgdoc)
+- [http://godoc.ml/](http://godoc.ml/)
+
+# JOIN US
+
+欢迎 pull request.
\ No newline at end of file
diff --git a/i.html b/i.html
index 6502815..de25f5f 100644
--- a/i.html
+++ b/i.html
@@ -17,6 +17,7 @@
首页
不显示目录
目录
+archive/tar
archive/zip
bufio
builtin
@@ -29,6 +30,7 @@
container/heap
container/list
container/ring
+context
crypto
crypto/aes
crypto/cipher
@@ -50,6 +52,12 @@
crypto/x509/pkix
database/sql
database/sql/driver
+debug/dwarf
+debug/elf
+debug/gosym
+debug/macho
+debug/pe
+debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
@@ -66,6 +74,17 @@
expvar
flag
fmt
+go/ast
+go/build
+go/constant
+go/doc
+go/format
+go/importer
+go/parser
+go/printer
+go/scanner
+go/token
+go/types
hash
hash/adler32
hash/crc32
@@ -84,18 +103,21 @@
io
io/ioutil
log
+log/syslog
math
math/big
math/cmplx
math/rand
mime
mime/multipart
+mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
+net/http/httptrace
net/http/httputil
net/http/pprof
net/mail
@@ -110,19 +132,29 @@
os/user
path
path/filepath
+plugin
reflect
regexp
+regexp/syntax
runtime
+runtime/cgo
runtime/debug
runtime/pprof
+runtime/race
+runtime/trace
sort
strconv
strings
sync
sync/atomic
+syscall
+testing
+testing/iotest
+testing/quick
text/scanner
text/tabwriter
text/template
+text/template/parse
time
unicode
unicode/utf16
diff --git a/index.html b/index.html
index de7adbd..7c061d2 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@