Fix a type in the README

"Perfomant" should be "Performant"
This commit is contained in:
Michael Miller
2019-06-18 15:28:41 -07:00
committed by GitHub
parent 795ca2af2e
commit a0ccc9b78b
+1 -1
View File
@@ -7,7 +7,7 @@ Xterm.js is a front-end component written in TypeScript that lets applications b
## Features
- **Terminal apps just work**: Xterm.js works with most terminal apps such as `bash`, `vim` and `tmux`, this includes support for curses-based apps and mouse event support.
- **Perfomant**: Xterm.js is *really* fast, it even includes a GPU-accelerated renderer.
- **Performant**: Xterm.js is *really* fast, it even includes a GPU-accelerated renderer.
- **Rich unicode support**: Supports CJK, emojis and IMEs.
- **Self-contained**: Requires zero dependencies to work.
- **Accessible**: Screen reader support can be turned on using the `screenReaderMode` option.