Skip to content

Commit 29ad115

Browse files
committed
fix typo
rdf2hml.js -> rdf2html.js
1 parent 999dd85 commit 29ad115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>Linked Datex 2</h1>
3434
$.get($("#turtle").attr('src'), function (triples) {
3535
$("#loading").html('');
3636
var config = {
37-
// Plugins to be called, add your own plugin to the plugin definition in rdf2hml.js and compile
37+
// Plugins to be called, add your own plugin to the plugin definition in rdf2html.js and compile
3838
plugins: ['triples'],
3939
// Output information to the console, errors are always logged to the console
4040
verbose: false

0 commit comments

Comments
 (0)