README.md in libuv-0.10.3 vs README.md in libuv-0.11.0
- old
+ new
@@ -36,11 +36,11 @@
Check out the [yard documentation](http://rubydoc.info/gems/libuv/Libuv/Loop)
## Installation
-```Shell
+```shell
gem install libuv
```
or
@@ -60,23 +60,23 @@
* setting the environmental variable `USE_GLOBAL_LIBUV` will prevent compiling the packaged version.
* if you have a compatible `libuv.(so | dylib | dll)` on the PATH already
-## What's supported
+## Libuv features supported
* TCP
* UDP
* TTY
* Pipe
* Timer
* Prepare
* Check
* Idle
-* Async
* Signals
+* Async callbacks
+* Async DNS Resolution
* Filesystem Events
-* File manipulation
* Filesystem manipulation
+* File manipulation
* Errors
* Work queue (thread pool)
-