Skip to content

Commit

Permalink
Merge pull request #4976 from Tyriar/tyriar/readme
Browse files Browse the repository at this point in the history
Update script/css import in readme
  • Loading branch information
Tyriar committed Mar 1, 2024
2 parents 9a512d1 + da3aad4 commit 9da5f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,8 @@ To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to t
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
<script src="node_modules/xterm/lib/xterm.js"></script>
<link rel="stylesheet" href="node_modules/@xterm/xterm/css/xterm.css" />
<script src="node_modules/@xterm/xterm/lib/xterm.js"></script>
</head>
<body>
<div id="terminal"></div>
Expand Down

0 comments on commit 9da5f14

Please sign in to comment.