From 020a93180c5b7fc7396c0106a6d79a749d2afba2 Mon Sep 17 00:00:00 2001 From: fiona Date: Thu, 11 Feb 2016 15:46:05 +0000 Subject: [PATCH] RCB_234 --- examples/relationships.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relationships.sh b/examples/relationships.sh index 3b0d040..b04b48c 100755 --- a/examples/relationships.sh +++ b/examples/relationships.sh @@ -4,7 +4,7 @@ if [ $# -lt 1 ]; then echo "usage: $0 api_key [alternate_url]" exit 1 fi -relationships_text_data="Bill Murray is in the new Ghostbusters film!" +relationships_text_data="The Ghostbusters movie was filmed in Boston." if [ -z "$2" ]; then url="https://api.rosette.com/rest/v1/relationships"