From eea51524446e933925339c43306118b388ed38b7 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Fri, 30 Jan 2015 18:34:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cef1e16..860840b2 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Note that the gollum server will not run on Windows because of [an issue](https: ### RACK You can also run gollum with any rack-compatible server by placing configuring a config.ru -file. This allows you to utilize any Rack middleware like Rack::Auth, OmniAuth, etc. See below for an example of a `config.ru`. You can define all the [options available on the command line](#RUNNING) by configuring the app's `:wiki_options` hash. See [here](https://github.com/gollum/gollum/wiki/Using-Gollum-with-Rack) for the names of the options corresponding to the command line switches. +file. This allows you to utilize any Rack middleware like Rack::Auth, OmniAuth, etc. See below for an example of a `config.ru`. You can define all the [options available on the command line](#running) by configuring the app's `:wiki_options` hash. See [here](https://github.com/gollum/gollum/wiki/Using-Gollum-with-Rack) for the names of the options corresponding to the command line switches. ```ruby #!/usr/bin/env ruby