Merge pull request #2437 from kafeg/patch-1

Update README.md
This commit is contained in:
Daniel Imms
2019-09-24 08:18:38 -07:00
committed by GitHub
+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);