README.md in eikon-0.1.4 vs README.md in eikon-0.1.5
- old
+ new
@@ -2,10 +2,10 @@
This is an implementation of the DHash image matching algorithm in pure Ruby, as described here
https://www.hackerfactor.com/blog/?/archives/529-Kind-of-Like-That.html. Its main use is reverse
image searching.
-This library is fully types in Sorbet.
+This library is fully typed in Sorbet.
## Installation
This gem requires [libvips](https://www.libvips.org) for image processing and [ffmpeg](https://ffmpeg.org) for video work. On MacOS you can install them using [HomeBrew](https://brew.sh) quite easily. On Linux your distro's package manager should have them. On Windows it's probably more difficult, but I don't have access to a machine to test that.