Skip to content

Commit

Permalink
Merge pull request xtermjs#1271 from krasimir/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tyriar authored Feb 5, 2018
2 parents 01d841f + c302bc9 commit 1462b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1462b30

Please sign in to comment.