Update README.md

In `Getting Started` section we read `npm install` only. Shouldn't be `npm install xterm`?
This commit is contained in:
Krasimir Tsonev
2018-02-05 09:32:34 +02:00
committed by GitHub
parent 01d841fec6
commit c302bc9f17
+1 -1
View File
@@ -24,7 +24,7 @@ It enables applications to provide fully featured terminals to their users and c
First you need to install the module, we ship exclusively through [npm](https://www.npmjs.com/) so you need that installed and then add xterm.js as a dependency by running:
```
npm install
npm install xterm
```
To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to the head of your html page. Then create a `<div id="terminal"></div>` onto which xterm can attach itself.