From f5ae95eb70c609de7e30ac762ae9736a93d975df Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 14 Feb 2016 22:03:40 -0500 Subject: [PATCH] [docs][ci skip] Adding note about Ruby bindings to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6d9b9a..5969251b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ comparison and full-text indexing. While libpostal is not itself a full geocoder, it can be used as a preprocessing step to make any geocoding application smarter, simpler, and more consistent internationally. -The core library is written in pure C. Language bindings for [Python](https://github.com/openvenues/pypostal) and [NodeJS](https://github.com/openvenues/node-postal) are officially supported and it's easy to write bindings in other languages. +The core library is written in pure C. Language bindings for [Python](https://github.com/openvenues/pypostal), [Ruby](https://github.com/openvenues/ruby_postal) and [NodeJS](https://github.com/openvenues/node-postal) are officially supported and it's easy to write bindings in other languages. Examples of normalization ------------------------- @@ -229,6 +229,7 @@ Bindings Libpostal is designed to be used by higher-level languages. Here are the officially-supported language bindings: - Python: [pypostal](https://github.com/openvenues/pypostal) +- Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal) - NodeJS: [node-postal](https://github.com/openvenues/node-postal) If you don't see your language of choice, or if you're writing a language binding, please let us know!