mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix typos in readme
This commit is contained in:
@@ -16,9 +16,9 @@ npm install --save xterm-addon-unicode-graphemes
|
||||
|
||||
```ts
|
||||
import { Terminal } from 'xterm';
|
||||
import { UnicodeGraphemeAddon } from 'xterm-addon-unicode-graphemes';
|
||||
import { UnicodeGraphemesAddon } from 'xterm-addon-unicode-graphemes';
|
||||
|
||||
const terminal = new Terminal();
|
||||
const unicodeGraphemeAddon = new UnicodeGraphemeAddon();
|
||||
terminal.loadAddon(unicodeGraphemeAddon);
|
||||
const unicodeGraphemesAddon = new UnicodeGraphemesAddon();
|
||||
terminal.loadAddon(unicodeGraphemesAddon);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user