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 }