README.md in ruby_skynet-2.0.0.rc1 vs README.md in ruby_skynet-2.0.0
- old
+ new
@@ -35,10 +35,10 @@
params
end
end
# Start the server
-RubySkynet::Server.start
+server = RubySkynet::Server.new
```
Client to call the above Service
```ruby