Update outdated readme

This commit is contained in:
Aria 2023-06-15 16:11:19 -07:00
parent cb5da20242
commit a5e6306f4b

View file

@ -4,15 +4,4 @@ XMLRPC
This was ported from Nwc.XMLRPC (C#)
The following attributes found in the Assembly for NWC XMLRPC apply as most of this code is heavily derived from it.
However, as this is Java, only a small disclaimer is provided, as this is a near full rewrite to port the code to Java.
```cs
[assembly: AssemblyVersion("1.10.0.4")]
[assembly: AssemblyCompany("Ronin Consulting Inc, OpenSimulator")]
[assembly: AssemblyDescription("XML RPC client and server")]
[assembly: AssemblyTitle("XMLRPC")]
```
This code is heavily auto-generated from ChatGPT, however, it contains a lot of modifications to make it actually work.