Update README.md to include xterm.js from new directory

This commit is contained in:
Paris Kasidiaris
2016-08-29 22:57:19 +03:00
parent ed1a31d1cf
commit c46e799dd0
+1 -1
View File
@@ -58,7 +58,7 @@ Addons are JavaScript modules that attach functions to the `Terminal` prototype
To use an addon, just include the JavaScript file after xterm.js and before the `Terminal` object has been instantiated. The function should then be exposed on the `Terminal` object:
```html
<script src="node_modules/src/xterm.js"></script>
<script src="node_modules/dist/xterm.js"></script>
<script src="node_modules/addons/fit/fit.js"></script>
```