From 05687293ad5070750b94db0bf1542ca571674206 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 7 Feb 2010 17:36:21 -0800 Subject: [PATCH] Link to API docs on rdoc.info. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d578a90..5bfe6d8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a simple wrapper over the [inotify](http://en.wikipedia.org/wiki/Inotify for monitoring changes to files and directories. It uses the [FFI](http://wiki.github.com/ffi/ffi) gem to avoid having to compile a C extension. +[API documentation is available on rdoc.info](http://rdoc.info/projects/nex3/rb-inotify). + ## Basic Usage The API is similar to the inotify C API, but with a more Rubyish feel.