README.md in fynd-0.1.2 vs README.md in fynd-0.1.3
- old
+ new
@@ -1,11 +1,9 @@
-# Fynd
+GNU find is too slow. Let's make it slower by rewriting it in Ruby.
-I found GNU find to be slow, so I made it slower by rewriting it in Ruby.
+Files in Fynd are lazy-loaded, much like ActiveRecord. Fynd expressions aren't called until you call `#files`. Fynd is heavily inspired by the, uh... find command, I guess.
-Fynd is heavily inspired by the, uh... find command, I guess.
-
## Is it any good?
[No.](http://news.ycombinator.com/item?id=3067434)
## Installation
@@ -52,6 +50,6 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
+5. Create new Pull Request
\ No newline at end of file