Skip to content

Commit eac3bab

Browse files
authored
fix css inclusion code
1 parent 3f1f74f commit eac3bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then you just include **jquery** and **blockrain** and setup the game with **$('
2121

2222
```html
2323
<!-- The stylesheet should go in the <head>, or be included in your CSS -->
24-
<link rel="stylesheet" src="blockrain.css">
24+
<link rel="stylesheet" href="blockrain.css">
2525

2626
<!-- jQuery and Blockrain.js -->
2727
<script src="jquery.js"></script>

0 commit comments

Comments
 (0)