README.md in grim-1.3.1 vs README.md in grim-1.3.2

- old
+ new

@@ -21,14 +21,14 @@ Grim is a simple gem for extracting (reaping) a page from a pdf and converting it to an image as well as extract the text from the page as a string. It basically gives you an easy to use api to ghostscript, imagemagick, and pdftotext specific to this use case. ## Prerequisites -You will need ghostscript, imagemagick, and poppler installed. On the Mac (OSX) I highly recommend using [Homebrew](http://mxcl.github.com/homebrew/) to get them installed. +You will need ghostscript, imagemagick, and xpdf installed. On the Mac (OSX) I highly recommend using [Homebrew](http://mxcl.github.com/homebrew/) to get them installed. ```bash -$ brew install ghostscript imagemagick poppler +$ brew install ghostscript imagemagick xpdf ``` ## Installation ```bash @@ -111,10 +111,11 @@ * [@bryckbost](https://github.com/bryckbost) * [@bkeepers](https://github.com/bkeepers) * [@BobaFaux](https://github.com/BobaFaux) * [@Rubikan](https://github.com/Rubikan) * [@victormier](https://github.com/victormier) -* [@philgooch][(https://github.com/philgooch)] +* [@philgooch](https://github.com/philgooch) +* [@adamcrown](https://github.com/adamcrown) ## License See [LICENSE](LICENSE) for details.