Skip to content

Commit 857bc87

Browse files
committed
Update example
1 parent 8c0d682 commit 857bc87

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Installation
1616
Usage
1717
-----
1818
```ruby
19-
require 'rubygems'
2019
require 'websocket-client-simple'
2120

2221
ws = WebSocket::Client::Simple.connect 'ws://example.com:8888'
@@ -60,7 +59,7 @@ end
6059

6160
Sample
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

6665
Test

sample/client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env ruby
22
$:.unshift File.expand_path '../lib', File.dirname(__FILE__)
3-
require 'rubygems'
43
require 'websocket-client-simple'
54

65
puts "websocket-client-simple v#{WebSocket::Client::Simple::VERSION}"

sample/webbrowser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)