Skip to content

Commit a37849a

Browse files
committed
RCB_234
1 parent 222b786 commit a37849a

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)