From 5dea64caa74f0ed7c3fc67f599b0c3f4cb40aea7 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 7 Apr 2010 00:46:40 -0700 Subject: [PATCH] fix gollum repo creation code in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40cb7d57..90c0039c 100644 --- a/README.md +++ b/README.md @@ -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") # => Get the latest HTML formatted version of the given canonical page name: