fix gollum repo creation code in readme
This commit is contained in:
@@ -227,7 +227,7 @@ Initialize the Gollum::Repo object:
|
|||||||
|
|
||||||
# Create a new Gollum object by initializing it with the path to the
|
# Create a new Gollum object by initializing it with the path to the
|
||||||
# Git repository.
|
# Git repository.
|
||||||
gollum = Gollum.new("my-gollum-repo.git")
|
gollum = Gollum::Repo.new("my-gollum-repo.git")
|
||||||
# => <Gollum::Repo>
|
# => <Gollum::Repo>
|
||||||
|
|
||||||
Get the latest HTML formatted version of the given canonical page name:
|
Get the latest HTML formatted version of the given canonical page name:
|
||||||
|
|||||||
Reference in New Issue
Block a user