Skip to content

Commit 0e6b538

Browse files
committed
Merge pull request #18 from fhasanaj/RCB_234
RCB_234
2 parents 222b786 + a37849a commit 0e6b538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/relationships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
echo 'Usage: php ' . __FILE__ . " --key <api_key> --url=<alternate_url>\n";
1414
exit();
1515
}
16-
$relationships_text_data = "Bill Murray is in the new Ghostbusters film!";
16+
$relationships_text_data = "The Ghostbusters movie was filmed in Boston.";
1717
$api = isset($options['url']) ? new Api($options['key'], $options['url']) : new Api($options['key']);
1818
$params = new RelationshipsParameters();
1919
$params->set('content', $relationships_text_data);

0 commit comments

Comments
 (0)