File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Installation
1616Usage
1717-----
1818``` ruby
19- require ' rubygems'
2019require ' websocket-client-simple'
2120
2221ws = WebSocket ::Client ::Simple .connect ' ws://example.com:8888'
6059
6160Sample
6261------
63- [ websocket chat] ( https://github.com/shokai /websocket-client-simple/tree/master/sample )
62+ [ websocket chat] ( https://github.com/ruby-jp /websocket-client-simple/tree/master/sample )
6463
6564
6665Test
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
22$:. unshift File . expand_path '../lib' , File . dirname ( __FILE__ )
3- require 'rubygems'
43require 'websocket-client-simple'
54
65puts "websocket-client-simple v#{ WebSocket ::Client ::Simple ::VERSION } "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1>websocket chat</h1>
1616 < ul id ="chat "> </ ul >
1717 < div id ="footer ">
1818 < hr >
19- < a href ="https://github.com/shokai /websocket-client-simple "> https://github.com/shokai /websocket-client-simple</ a >
19+ < a href ="https://github.com/ruby-jp /websocket-client-simple "> https://github.com/ruby-jp /websocket-client-simple</ a >
2020 </ div >
2121 </ body >
2222</ html >
You can’t perform that action at this time.
0 commit comments