Skip to content

Commit

Permalink
Merge pull request #1420 from pro-src/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tyriar authored Apr 27, 2018
2 parents 83fe87d + 882d5a8 commit 7b2500b
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 @@ -41,7 +41,7 @@ To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to t
<script>
var term = new Terminal();
term.open(document.getElementById('terminal'));
term.write('Hello from \033[1;3;31mxterm.js\033[0m $ ')
      term.write('Hello from \x1B[1;3;31mxterm.js\x1B[0m $ ')
</script>
</body>
</html>
Expand Down

0 comments on commit 7b2500b

Please sign in to comment.