]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix typos
authorParis <paris@sourcelair.com>
Thu, 4 Aug 2016 10:00:47 +0000 (13:00 +0300)
committerParis <paris@sourcelair.com>
Thu, 4 Aug 2016 10:00:47 +0000 (13:00 +0300)
README.md

index 13dea0961fa5ec715bfb10de18c7fbdbe3a8f451..f75a0a465b0acf146d8f6831963ea56812361d77 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Xterm.js is a terminal front-end component written in JavaScript that works in the browser.
 
-It enables applications provide fully featured terminals to their users and create great development experiences.
+It enables applications to provide fully featured terminals to their users and create great development experiences.
 
 ## Features
 - **Text-based application support**: Use xterm.js to work with applications like `bash`, `git` etc.
@@ -13,7 +13,7 @@ It enables applications provide fully featured terminals to their users and crea
 - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders CJK characters seamlessly
 - **IME support**: Insert international (including CJK) characters using IME input with your keyboard
 - **Self-contained library**: Xterm.js works on its own. It does not require any external libraries like jQuery or React to work
-- **Modular, event-based API**: Let's you build addons and themes with easiness
+- **Modular, event-based API**: Lets you build addons and themes with ease
 
 ## What xterm.js is not
 - Xterm.js is not a terminal application that you can download and use on your computer