We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999dd85 commit 29ad115Copy full SHA for 29ad115
index.html
@@ -34,7 +34,7 @@ <h1>Linked Datex 2</h1>
34
$.get($("#turtle").attr('src'), function (triples) {
35
$("#loading").html('');
36
var config = {
37
- // Plugins to be called, add your own plugin to the plugin definition in rdf2hml.js and compile
+ // Plugins to be called, add your own plugin to the plugin definition in rdf2html.js and compile
38
plugins: ['triples'],
39
// Output information to the console, errors are always logged to the console
40
verbose: false
0 commit comments