From ba5a91b64223abff65ba17bb00d571fb895aa7e7 Mon Sep 17 00:00:00 2001 From: fiona Date: Thu, 11 Feb 2016 15:46:03 +0000 Subject: [PATCH] RCB_234 --- examples/relationships.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relationships.rb b/examples/relationships.rb index 6ba82a7..790d34f 100644 --- a/examples/relationships.rb +++ b/examples/relationships.rb @@ -21,7 +21,7 @@ request["user_key"] = api_key request["Content-Type"] = "application/json" request["Accept"] = "application/json" -relationships_text_data = "Bill Murray is in the new Ghostbusters film!" +relationships_text_data = "The Ghostbusters movie was filmed in Boston." content = { content: relationships_text_data }