diff --git a/README.md b/README.md
index a5215f4..3426576 100644
--- a/README.md
+++ b/README.md
@@ -416,6 +416,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* [BurntSushi/suffix](https://github.com/BurntSushi/suffix) — Linear time suffix array construction (with Unicode support) [](https://travis-ci.org/BurntSushi/suffix)
* [BurntSushi/tabwriter](https://github.com/BurntSushi/suffix) — Elastic tab stops (i.e., text column alignment) [](https://travis-ci.org/BurntSushi/tabwriter)
* [rust-lang-nursery/regex](https://github.com/rust-lang-nursery/regex) — Regular expressions (RE2 style) [](https://travis-ci.org/rust-lang-nursery/regex)
+* [pwoolcoc/ngrams](https://github.com/pwoolcoc/ngrams) — Construct n-grams from arbitrary iterators [](https://travis-ci.org/pwoolcoc/ngrams)
### Web programming