README.md in socketry-0.2.0 vs README.md in socketry-0.3.0
- old
+ new
@@ -62,14 +62,14 @@
socket = Socketry::SSL::Socket.connect("github.com", 443)
socket.writepartial("GET / HTTP/1.0\r\nHost: github.com\r\n\r\n")
p socket.readpartial(1024)
```
-[TCP], [UDP], and [SSL] servers and sockets also available.
+[TCP], [SSL], and [UDP] servers and sockets also available.
[TCP]: https://github.com/socketry/socketry/wiki/TCP
-[UDP]: https://github.com/socketry/socketry/wiki/UDP
[SSL]: https://github.com/socketry/socketry/wiki/SSL
+[UDP]: https://github.com/socketry/socketry/wiki/UDP
## Documentation
[Please see the Socketry wiki](https://github.com/socketry/socketry/wiki)
for more detailed documentation and usage notes.