Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Spare committed Sep 9, 2011
1 parent 9e2c3bb commit 892f435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Now require the gem at the start of any executable ruby file:

Now your project root will be in your load path. If your project has, for example, `lib/foo.rb`, then `require
lib/foo` will work in any of your ruby files. This works because when Pathological is required it will search
up the directory tree until it finds a `Pathfile`. (It will raise an error if there this cannot be found).
up the directory tree until it finds a `Pathfile`. (It will raise an error if one cannot be found).

`Pathfile`s should be kept in version control.

Expand Down

0 comments on commit 892f435

Please sign in to comment.