From 8ee52e7d050e2fc75a6e5c4c066e89a8d9d53e16 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Tue, 10 Apr 2012 18:26:13 -0700 Subject: [PATCH] cleanup whitespace --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f574942f..9880fab9 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ inline with regular text. For example: ## SEQUENCE DIAGRAMS You may imbed sequence diagrams into your wiki page (rendered by -[WebSequenceDiagrams](http://www.websequencediagrams.com) by using the +[WebSequenceDiagrams](http://www.websequencediagrams.com) by using the following syntax: {{{ blue-modern @@ -443,18 +443,18 @@ To delete a page and commit the change: ### RACK -You can also run gollum with any rack-compatible server by placing this config.ru -file inside your wiki repository. This allows you to utilize any Rack middleware -like Rack::Auth, OmniAuth, etc. +You can also run gollum with any rack-compatible server by placing this config.ru +file inside your wiki repository. This allows you to utilize any Rack middleware +like Rack::Auth, OmniAuth, etc. #!/usr/bin/env ruby require 'rubygems' require 'gollum/frontend/app' - + gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO Precious::App.set(:default_markup, :markdown) # set your favorite markup language run Precious::App - + ## CONTRIBUTE If you'd like to hack on Gollum, start by forking my repo on GitHub: