Skip to content

Commit

Permalink
Merge pull request #2437 from kafeg/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tyriar authored Sep 24, 2019
2 parents b81711e + 2fd2484 commit 5cb0bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xterm-addon-attach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5cb0bce

Please sign in to comment.