From 47576e55b75ca2c4bcacde81ec87685ba0f03958 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 18 Sep 2018 11:15:49 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da321ef..8911db1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UK Planning Scraper -**PRE-ALPHA: Only works with some Idox sites and spews a lot of stuff to STDOUT. Not for production use.** +**PRE-ALPHA: Only works with Idox and Northgate sites and spews a lot of stuff to STDOUT. Not for production use.** This gem scrapes planning applications data from UK council/local planning authority websites, eg Westminster City Council. Data is returned as an array of hashes, one hash for each planning application. @@ -20,7 +20,7 @@ gem 'uk_planning_scraper', :git => 'https://github.com/adrianshort/uk_planning_s And then execute: - $ bundle + $ bundle install Or install it yourself as: