We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b81711e + 2fd2484 commit 5cb0bceCopy full SHA for 5cb0bce
1 file changed
addons/xterm-addon-attach/README.md
@@ -12,7 +12,7 @@ npm install --save xterm-addon-attach
12
13
```ts
14
import { Terminal } from 'xterm';
15
-import { FitAddon } from 'xterm-addon-attach';
+import { AttachAddon } from 'xterm-addon-attach';
16
17
const terminal = new Terminal();
18
const attachAddon = new AttachAddon(webSocket);
0 commit comments