Add links to documentation in README.md [Fixes #101]

This commit is contained in:
Zachary Scott 2013-08-10 23:14:28 -04:00
parent af8c0e20ab
commit 07bfcfe764
1 changed files with 5 additions and 0 deletions

View File

@ -134,3 +134,8 @@ class MyApp < Sinatra::Base
register Sinatra::Contrib
end
```
## Documentation
For more info check the [official docs](http://www.sinatrarb.com/contrib/) and
[api docs](http://rubydoc.info/gems/sinatra-contrib/1.4.0/frames).