]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Update README.md to include xterm.js from new directory
authorParis Kasidiaris <paris@sourcelair.com>
Mon, 29 Aug 2016 19:57:19 +0000 (22:57 +0300)
committerParis Kasidiaris <paris@sourcelair.com>
Mon, 29 Aug 2016 19:57:19 +0000 (22:57 +0300)
README.md

index fc98d8e2e73fafaae00cd807e177b07a9898eb56..a14093722bd1758da57146aca8d69be8a587e268 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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>
 ```