Skip to content

Commit

Permalink
fix require statement in readme usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Feb 4, 2009
1 parent b929c5c commit 8f1f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -46,7 +46,7 @@ trees, blobs, etc.
The first step is to create a Grit::Repo object to represent your repo. I
include the Grit module so reduce typing.

require 'mojombo-grit'
require 'grit'
include Grit
repo = Repo.new("/Users/tom/dev/grit")

Expand Down

0 comments on commit 8f1f391

Please sign in to comment.