ext/libuv/README.md in libuv-2.0.8 vs ext/libuv/README.md in libuv-2.0.9
- old
+ new
@@ -37,10 +37,14 @@
Starting with version 1.0.0 libuv follows the [semantic versioning](http://semver.org/)
scheme. The API change and backwards compatibility rules are those indicated by
SemVer. libuv will keep a stable ABI across major releases.
+## Licensing
+
+libuv is licensed under the MIT license. Check the [LICENSE file](LICENSE).
+
## Community
* [Mailing list](http://groups.google.com/group/libuv)
* [IRC chatroom (#libuv@irc.freenode.org)](http://webchat.freenode.net?channels=libuv&uio=d4)
@@ -57,9 +61,14 @@
$ make help
Build documentation as HTML:
$ make html
+
+Build documentation as HTML and live reload it when it changes (this requires
+sphinx-autobuild to be installed and is only supported on Unix):
+
+ $ make livehtml
Build documentation as man pages:
$ make man