Skip to content

Commit 72562bd

Browse files
committed
Merge pull request #15 from fhasanaj/RCB_234
RCB_234
2 parents 19d7120 + 723182a commit 72562bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/relationships.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parser.addArgument(["--url"], {help: "Alternate URL (optional)", defaultValue: "
1717
var args = parser.parseArgs();
1818

1919
var relationshipsParams = new RelationshipsParameters();
20-
var relationships_text_data = "Bill Murray is in the new Ghostbusters film!";
20+
var relationships_text_data = "The Ghostbusters movie was filmed in Boston.";
2121
var content = relationships_text_data;
2222

2323
relationshipsParams.setItem("content", content);

0 commit comments

Comments
 (0)