From 622bcf4241be34822f8ec7b87f1a4ad34210bb6c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 11 May 2015 16:32:08 -0700 Subject: [PATCH] formatting fix for code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e0a25..8064e6e 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ 1. Alter the streaming code to include a "locations" filter. You need to use the order sw_lng, sw_lat, ne_lng, ne_lat for the four coordinates. 2. What are people tweeting about in Times Square today? 3. Set up a bounding box around TS and around NYC as a whole. -4. Do "static" (i.e., not using the streaming API) geolocation search using code like this: d = api.search(geocode='37.781157,-122.398720,1mi') +4. Do "static" (i.e., not using the streaming API) geolocation search using code like this: `d = api.search(geocode='37.781157,-122.398720,1mi')` -- 2.30.2