mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Switch linkify for fit in readme
Linkify doesn't work currently so it shouldn't be used as an example.
This commit is contained in:
@@ -29,13 +29,13 @@ To use an addon, just include the JavaScript file after xterm.js and before the
|
||||
|
||||
```html
|
||||
<script src="node_modules/src/xterm.js"></script>
|
||||
<script src="node_modules/addons/linkify/linkify.js"></script>
|
||||
<script src="node_modules/addons/fit/fit.js"></script>
|
||||
```
|
||||
|
||||
```js
|
||||
var xterm = new Terminal();
|
||||
// init code...
|
||||
xterm.linkify();
|
||||
xterm.fit();
|
||||
```
|
||||
|
||||
## Contribution and License Agreement
|
||||
|
||||
Reference in New Issue
Block a user