Skip to content

Commit 5cb0bce

Browse files
authored
Merge pull request #2437 from kafeg/patch-1
Update README.md
2 parents b81711e + 2fd2484 commit 5cb0bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/xterm-addon-attach/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install --save xterm-addon-attach
1212

1313
```ts
1414
import { Terminal } from 'xterm';
15-
import { FitAddon } from 'xterm-addon-attach';
15+
import { AttachAddon } from 'xterm-addon-attach';
1616

1717
const terminal = new Terminal();
1818
const attachAddon = new AttachAddon(webSocket);

0 commit comments

Comments
 (0)