Minor readme typo and various whitespace fixups.

This commit is contained in:
Tom Preston-Werner
2010-08-29 18:50:19 -07:00
parent 94f05b0796
commit dddb73672a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ Initialize the Gollum::Repo object:
wiki = Gollum::Wiki.new("my-gollum-repo.git")
# => <Gollum::Wiki>
By default, internal wiki links are all absolute from the root. To specify a different base path, you can send specify the `:base_path` option:
By default, internal wiki links are all absolute from the root. To specify a different base path, you can specify the `:base_path` option:
wiki = Gollum::Wiki.new("my-gollum-repo.git", :base_path => "/wiki")