We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d7120 commit 723182aCopy full SHA for 723182a
examples/relationships.js
@@ -17,7 +17,7 @@ parser.addArgument(["--url"], {help: "Alternate URL (optional)", defaultValue: "
17
var args = parser.parseArgs();
18
19
var relationshipsParams = new RelationshipsParameters();
20
-var relationships_text_data = "Bill Murray is in the new Ghostbusters film!";
+var relationships_text_data = "The Ghostbusters movie was filmed in Boston.";
21
var content = relationships_text_data;
22
23
relationshipsParams.setItem("content", content);
0 commit comments