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

Commit af0c950

Browse files
author
Barrie Hadfield
committed
example linked from readme
1 parent 41a35dd commit af0c950

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Ruby classes can subclass `Hyperloop::Component` to become React components, `Hy
3030

3131
**Note** Hyperloop is dependent on React and JQuery.
3232

33+
See [VERSIONS](https://github.com/ruby-hyperloop/hyperloop-js/blob/master/VERSIONS.md) for the version numbers of the included Gems.
34+
3335
## How to use
3436

3537
First add React, JQuery, `hyperloop.js` and `opal-compiler.js` to your HTML page:
@@ -68,9 +70,9 @@ Note: For a Single Page Application (SPA) you would only mount your first (top-l
6870

6971
## Example
7072

71-
See this example in action here: http://hyperloop.id.github.io/hyperloop-js/
73+
There is a live demo page here (index.html in this repo): [https://ruby-hyperloop.github.io/hyperloop-js/](https://ruby-hyperloop.github.io/hyperloop-js/)
7274

73-
index.html:
75+
Here is a simple index.html:
7476
```ruby
7577
<!DOCTYPE html>
7678
<!--[if IE]><![endif]-->
@@ -109,7 +111,7 @@ index.html:
109111

110112
### Want a larger example?
111113

112-
The Hyperloop website and [ChatRoom application and tutorial](http://ruby-hyperloop.io/tutorials/chat_app/) uses hyperloop-js.
114+
The [Hyperloop website](http://ruby-hyperloop.io/) and [ChatRoom application and tutorial](http://ruby-hyperloop.io/tutorials/chat_app/) uses hyperloop-js.
113115

114116
### Trying it out using GitHub
115117

0 commit comments

Comments
 (0)