From dac126826641d3bcfa8cd7a2687d73b54c2aaf24 Mon Sep 17 00:00:00 2001 From: uk-ar Date: Tue, 26 Mar 2013 04:25:53 +0900 Subject: [PATCH] Update the example of config.ru in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)