README.md in async-1.2.0 vs README.md in async-1.2.1
- old
+ new
@@ -1,6 +1,6 @@
-# ![Async](logo.png)
+# ![Async](logo.svg)
Async is a composable asynchronous I/O framework for Ruby based on [nio4r] and [timers].
[timers]: https://github.com/socketry/timers
[nio4r]: https://github.com/socketry/nio4r
@@ -137,9 +137,11 @@
5. Create new Pull Request
## See Also
- [async-io](https://github.com/socketry/async-io) — Asynchronous networking and sockets.
+- [async-process](https://github.com/socketry/async-process) — Asynchronous process spawning/waiting.
+- [async-websocket](https://github.com/socketry/async-websocket) — Asynchronous client and server websockets.
- [async-dns](https://github.com/socketry/async-dns) — Asynchronous DNS resolver and server.
- [async-rspec](https://github.com/socketry/async-rspec) — Shared contexts for running async specs.
- [rubydns](https://github.com/ioquatix/rubydns) — A easy to use Ruby DNS server.
## License