From 43f41230b6d61aa5b47710bfacd1e8c8a7dae81a Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 16 Feb 2016 22:12:18 -0500 Subject: [PATCH] [docs][ci skip] README fix --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a24a87a4..4474d65c 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ Examples of normalization ------------------------- The expand_address API converts messy real-world addresses into normalized -equivalents suitable for search indexing, hashing, etc. Here's a code example -using the Python API for succinctness: - +equivalents suitable for search indexing, hashing, etc. The C API is simple: ```c #include @@ -102,7 +100,7 @@ languages. We use OpenStreetMap (anything with an addr:* tag) and the OpenCage address format templates at: https://github.com/OpenCageData/address-formatting to construct the training data, supplementing with containing polygons and perturbing the inputs in a number of ways to make the parser as robust as possible -to messy real-world input. Here's a code example, again using the Python API: +to messy real-world input. Here's a C example: ```c #include