README.md in pathological-0.2.1 vs README.md in pathological-0.2.2
- old
+ new
@@ -38,11 +38,11 @@
require "pathological"
# other requires...
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.
Adding other paths to your load path
------------------------------------
@@ -151,16 +151,23 @@
* [Sami Abu-El-Haija](mailto:sami@ooyala.com)
Credits
-------
- * Harry Robertson for the idea to *not* use a dot-prefixed configuration file
+* Harry Robertson for the idea to *not* use a dot-prefixed configuration file
+Metadata
+--------
+
+* [Hosted on Github](https://github.com/ooyala/pathological)
+* [Rubygems page](https://rubygems.org/gems/pathological)
+* [Documentation](http://rubydoc.info/github/ooyala/pathological/master/frames)
+
Contributing
------------
If you would like to commit a patch, great! Just do the usual github pull request stuff and we'll check it
-out.
+out[.](http://www.randomkittengenerator.com/)
License
-------
Pathological is licensed under the MIT license.