Skip to content

Commit

Permalink
tweak package name
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 2, 2018
1 parent 091e531 commit f7373e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mermaid.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var isOnline = !!~location.host.indexOf('github');
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = (isOnline ? '//unpkg.com/@xudafeng/umlplot@latest' : '.') + '/dist/mermaid.js';
script.src = (isOnline ? '//unpkg.com/umlplot@latest' : '.') + '/dist/mermaid.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(script);
</script>
Expand Down
2 changes: 1 addition & 1 deletion plantuml.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var isOnline = !!~location.host.indexOf('github');
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = (isOnline ? '//unpkg.com/@xudafeng/umlplot@latest' : '.') + '/dist/plantuml.js';
script.src = (isOnline ? '//unpkg.com/umlplot@latest' : '.') + '/dist/plantuml.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(script);
</script>
Expand Down

0 comments on commit f7373e9

Please sign in to comment.