Commit 2aca3f9c by Victor Wang

修改 readme

parent 960955cb
...@@ -105,7 +105,7 @@ p ret ...@@ -105,7 +105,7 @@ p ret
```ruby ```ruby
require 'rubygems' require 'rubygems'
require 'IGeTui' require 'igetui'
@pusher = IGeTui.pusher(your_app_id, your_app_key, your_master_secret) @pusher = IGeTui.pusher(your_app_id, your_app_key, your_master_secret)
ret = @pusher.get_client_id_status(@cid_1) ret = @pusher.get_client_id_status(@cid_1)
......
module IGeTui module IGeTui
VERSION = "1.0.0" VERSION = "1.0.1"
end end
require 'igetui'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment