Skip to content

Commit 9da5f14

Browse files
authored
Merge pull request #4976 from Tyriar/tyriar/readme
Update script/css import in readme
2 parents 9a512d1 + da3aad4 commit 9da5f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to t
3030
<!doctype html>
3131
<html>
3232
<head>
33-
<link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
34-
<script src="node_modules/xterm/lib/xterm.js"></script>
33+
<link rel="stylesheet" href="node_modules/@xterm/xterm/css/xterm.css" />
34+
<script src="node_modules/@xterm/xterm/lib/xterm.js"></script>
3535
</head>
3636
<body>
3737
<div id="terminal"></div>

0 commit comments

Comments
 (0)