Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ba6d8dd

Browse files
author
Barrie Hadfield
committed
fix
1 parent e9be1d9 commit ba6d8dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ First add React, JQuery, `hyperloop.js` and `opal-compiler.js` to your HTML page
3636

3737
```html
3838
<head>
39-
!-- React and JQuery -->
39+
<!-- React and JQuery -->
4040
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
4141
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
4242
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
4343

44-
!-- Opal and Hyperloop -->
44+
<!-- Opal and Hyperloop -->
4545
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/opal-compiler.min.js"></script>
4646
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/hyperloop.min.js"></script>
4747
</head>
@@ -80,12 +80,12 @@ index.html:
8080
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8181
<title>Hyperloop-JS Demo</title>
8282

83-
!-- React and JQuery -->
83+
<!-- React and JQuery -->
8484
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
8585
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
8686
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
8787

88-
!-- Opal and Hyperloop -->
88+
<!-- Opal and Hyperloop -->
8989
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/opal-compiler.min.js"></script>
9090
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/hyperloop.min.js"></script>
9191

0 commit comments

Comments
 (0)