@@ -82,7 +82,6 @@ The HTML output accepts a Javascript object with configuration. Possible options
8282<link rel =" stylesheet" type =" text/css" href =" dist/diff2html.css" >
8383
8484<!-- Javascripts -->
85- <script type =" text/javascript" src =" dist/diff2html-templates.js" ></script >
8685<script type =" text/javascript" src =" dist/diff2html.js" ></script >
8786<script type =" text/javascript" src =" dist/diff2html-ui.js" ></script >
8887```
@@ -121,12 +120,12 @@ If your favourite language is not included in the default package also add its j
121120
122121``` html
123122<!-- Stylesheet -->
124- <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1 /styles/github.min.css" >
123+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0 /styles/github.min.css" >
125124
126125<!-- Javascripts -->
127- <script src =" https://ajax.googleapis .com/ajax/libs/jquery/2.2.0 /jquery.min .js" ></script >
128- <script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1 /highlight.min.js" ></script >
129- <script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1 /languages/scala.min.js" ></script >
126+ <script src =" https://cdnjs.cloudflare .com/ajax/libs/jquery/2.2.3 /jquery.js" ></script >
127+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0 /highlight.min.js" ></script >
128+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0 /languages/scala.min.js" ></script >
130129<script type =" text/javascript" src =" dist/diff2html-ui.js" ></script >
131130```
132131
@@ -146,7 +145,7 @@ $(document).ready(function() {
146145
147146``` html
148147<!-- Javascripts -->
149- <script src =" https://ajax.googleapis .com/ajax/libs/jquery/2.2.0 /jquery.min .js" ></script >
148+ <script src =" https://cdnjs.cloudflare .com/ajax/libs/jquery/2.2.3 /jquery.js" ></script >
150149<script type =" text/javascript" src =" dist/diff2html-ui.js" ></script >
151150```
152151
@@ -168,7 +167,7 @@ I will try to review them as soon as possible.
168167
169168## License
170169
171- Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
170+ Copyright 2014-2016 Rodrigo Fernandes. Released under the terms of the MIT license.
172171
173172## Thanks
174173
0 commit comments