fix gollum repo creation code in readme

This commit is contained in:
Tom Preston-Werner
2010-04-07 00:46:40 -07:00
parent c1abbec2f1
commit 5dea64caa7
+1 -1
View File
@@ -227,7 +227,7 @@ Initialize the Gollum::Repo object:
# Create a new Gollum object by initializing it with the path to the
# Git repository.
gollum = Gollum.new("my-gollum-repo.git")
gollum = Gollum::Repo.new("my-gollum-repo.git")
# => <Gollum::Repo>
Get the latest HTML formatted version of the given canonical page name: