Skip to content

Commit faf9246

Browse files
authored
Update to work remotely
1 parent 337754c commit faf9246

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Adding to your site
1717
To add Space Invaders to your site, just add this code.
1818

1919
````HTML
20-
<link rel="stylesheet" type="text/css" href="css/core.css">
21-
<link rel="stylesheet" type="text/css" href="css/typeography.css">
22-
<link rel="stylesheet" type="text/css" href="css/game.css">
20+
<link rel="stylesheet" type="text/css" href="https://clsb-programming.github.io/spaceinvaders/css/core.css">
21+
<link rel="stylesheet" type="text/css" href="https://clsb-programming.github.io/spaceinvaders/css/typeography.css">
22+
<link rel="stylesheet" type="text/css" href="https://clsb-programming.github.io/spaceinvaders/css/game.css">
2323
<div id="starfield"></div>
2424
<div id="gamecontainer">
2525
<canvas id="gameCanvas"></canvas>
@@ -31,7 +31,7 @@ To add Space Invaders to your site, just add this code.
3131
<a href="https://github.com/Prouser123/spaceinvaders">GitHub Project</a> |
3232
v1.1</p>
3333
</div>
34-
<script src="js/starfield.js"></script>
35-
<script src="js/spaceinvaders.js"></script>
36-
<script src="js/setup.js"></script>
34+
<script src="https://clsb-programming.github.io/spaceinvaders/js/starfield.js"></script>
35+
<script src="https://clsb-programming.github.io/spaceinvaders/js/spaceinvaders.js"></script>
36+
<script src="https://clsb-programming.github.io/spaceinvaders/js/setup.js"></script>
3737
````

0 commit comments

Comments
 (0)