formatting fix for code
[twitter-api-cdsw-solutions] / README.md
index f3e0a25cd4d6598db6bae838f19eb1d7fae2b215..8064e6efa94ab3f7a568b7fe05bacf7e701cebdf 100644 (file)
--- 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')`

Benjamin Mako Hill || Want to submit a patch?