From 581efba7f3750509e7a33605fa5e997bd02fdbfe Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 22 Sep 2018 17:47:12 +0100 Subject: [PATCH] Tweak README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5940266..082e4e1 100644 --- a/README.md +++ b/README.md @@ -138,13 +138,13 @@ And it's got 35 local planning authorities: the 33 councils plus the two `london ```ruby UKPlanningScraper::Authority.tagged('londonboroughs').size - => 32 + # => 32 UKPlanningScraper::Authority.tagged('londondevelopmentcorporations').size - => 2 + # => 2 UKPlanningScraper::Authority.tagged('london').size - => 35 + # => 35 ``` ### More fun with Authority tags