README.md in sinatra_auth_github-0.0.4 vs README.md in sinatra_auth_github-0.0.5
- old
+ new
@@ -5,9 +5,11 @@
To test it out on localhost set your callback url to 'http://localhost:9292/auth/github/callback'
There's an example app in [spec/app.rb](/atmos/sinatra_auth_github/blob/master/spec/app.rb).
+There's a slightly more deployment friendly version [href](http://gist.github.com/421704).
+
The Extension in Action
=======================
% gem install bundler
% bundle install
% GH_CLIENT_ID="<from GH>" GH_SECRET="<from GH>" bundle exec rackup