Update README.md

This commit is contained in:
Vitaly Petrov
2019-09-24 17:46:12 +03:00
committed by GitHub
parent b81711e3da
commit 2fd24849b2
+1 -1
View File
@@ -12,7 +12,7 @@ npm install --save xterm-addon-attach
```ts
import { Terminal } from 'xterm';
import { FitAddon } from 'xterm-addon-attach';
import { AttachAddon } from 'xterm-addon-attach';
const terminal = new Terminal();
const attachAddon = new AttachAddon(webSocket);