From ce3705de40e60cf6786e76108bcc63dfe290dcf3 Mon Sep 17 00:00:00 2001 From: wuleicanada Date: Sat, 9 Nov 2013 00:44:11 -0500 Subject: [PATCH] Updated "Further Reading" --- README.zh.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.zh.md b/README.zh.md index 953318ef..b6955458 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2137,3 +2137,11 @@ gem 'activerecord', '~> 3.0' # 也许你还需要 ActiveRecord 3.x - [IRC: \#sinatra](irc://chat.freenode.net/#sinatra) on [freenode.net](http://freenode.net) + +- [Sinatra宝典](http://sinatra-book.gittr.com/) Cookbook教程 + +- [Sinatra使用技巧](http://recipes.sinatrarb.com/) 网友贡献的实用技巧 + +- [最新版本](http://rubydoc.info/gems/sinatra)API文档;[http://rubydoc.info](http://rubydoc.info)的[当前HEAD](http://rubydoc.info/github/sinatra/sinatra) + +- [CI服务器](http://travis-ci.org/sinatra/sinatra)