mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix addon import quotes
This commit is contained in:
@@ -67,8 +67,8 @@ npm i -S xterm-addon-web-links
|
||||
Then import the addon, instantiate it and call `Terminal.loadAddon`:
|
||||
|
||||
```ts
|
||||
import { Terminal } from 'xterm`;
|
||||
import { WebLinksAddon } from 'xterm-addon-web-links`;
|
||||
import { Terminal } from 'xterm';
|
||||
import { WebLinksAddon } from 'xterm-addon-web-links';
|
||||
|
||||
const terminal = new Terminal();
|
||||
// Load WebLinksAddon on terminal, this is all that's needed to get web links
|
||||
|
||||
Reference in New Issue
Block a user