Skip to content

Commit 6b04e16

Browse files
authored
Update server endpoint in README (#53)
The sourceforge link is no longer available, replace it with a local link to prevent people from accidentally using it. Closes #49 Co-authored-by: Herwin <herwinw@users.noreply.github.com>
1 parent 87e852c commit 6b04e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Try the following code. It calls a standard demonstration remote procedure.
3939
require 'xmlrpc/client'
4040
require 'pp'
4141

42-
server = XMLRPC::Client.new2("http://xmlrpc-c.sourceforge.net/api/sample.php")
42+
server = XMLRPC::Client.new2("http://localhost:8080/RPC2")
4343
result = server.call("sample.sumAndDifference", 5, 3)
4444
pp result
4545
```

0 commit comments

Comments
 (0)