diff --git a/README.md b/README.md index 8d38d916..152db950 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ like Rack::Auth, OmniAuth, etc. ```ruby #!/usr/bin/env ruby require 'rubygems' -require 'gollum/frontend/app' +require 'gollum/app' gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO Precious::App.set(:gollum_path, gollum_path)