diff --git a/docs/tutorial.html b/docs/tutorial.html index 218b81be3..3806e1f9a 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -70,10 +70,10 @@ <script type="text/javascript" src="javascript/src/js/mxClient.js"></script>

- mxClient.js contains all required code in a single file. Note - that the source code only ships with the commercial distributions. In the - evaluation version, the source code is loaded from a server using a special - URL. You should not make local copies of the evaluation source code. + mxClient.min.js + contains all required code in a single, minified, file. This is the file you + should use in production. During development, if you wish to change mxGraph + sources, use the bootstrapped mxClient.js file.

Browser Check