From 27d65d6a7e651a9a4d3d3b5f0b87ca883686019d Mon Sep 17 00:00:00 2001 From: Al Barrentine Date: Tue, 2 Feb 2016 00:11:10 -0500 Subject: [PATCH] [docs] README example using more likely address with fewer commas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb9b1b7..cbc9b1ce 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ to messy real-world input. Here's a code example, again using the Python API: ```python from postal.parser import parse_address -parse_address('The Book Club 100-106 Leonard St, Shoreditch, London, Greater London, EC2A 4RH, United Kingdom') +parse_address('The Book Club 100-106 Leonard St Shoreditch London EC2A 4RH, United Kingdom') ``` These example parse results are taken from the interactive address_parser program