README.md in git_ls-0.1.0 vs README.md in git_ls-0.2.0

- old
+ new

@@ -28,12 +28,10 @@ `GitLS.files` returns an array of filenames, equivalent to `` `git ls-files -z`.split("\0") `` `GitLS.files("path/to/repo")` if the repo is not $PWD. ## Issues -- Doesn't work for git version 4 files at all - Doesn't understand split index files at all -- Has only 1 test ## Development Have a look in the bin dir for some useful tools. To install this gem onto your local machine, run `bundle exec rake install`.