README.md in ffi-hunspell-0.2.5 vs README.md in ffi-hunspell-0.2.6
- old
+ new
@@ -5,11 +5,11 @@
* [Documentation](http://rubydoc.info/gems/ffi-hunspell)
* [Email](postmodern.mod3 at gmail.com)
## Description
-Ruby FFI bindings for [Hunspell](http://hunspell.sourceforge.net/).
+Ruby FFI bindings for [Hunspell][libhunspell].
## Examples
Open a dictionary:
@@ -45,13 +45,12 @@
dict.suggest('arbitrage')
# => ["arbitrage", "arbitrages", "arbitrager", "arbitraged", "arbitrate"]
## Requirements
-* [libhunspell](http://hunspell.sourceforge.net/) >= 1.2.0
-* [ffi](https://github.com/ffi/ffi) ~> 1.0
-* [env](https://github.com/postmodern/env) ~> 0.2
+* [libhunspell] >= 1.2.0
+* [ffi] ~> 1.0
## Install
$ gem install ffi-hunspell
@@ -64,8 +63,11 @@
# ln -s /usr/lib/libhunspell-1.2.so.0 /usr/lib/libhunspell-1.2.so
## License
-Copyright (c) 2010-2012 Hal Brodigan
+Copyright (c) 2010-2013 Hal Brodigan
See {file:LICENSE.txt} for license information.
+
+[libhunspell]: http://hunspell.sourceforge.net/
+[ffi]: https://github.com/ffi/ffi