README.rdoc in rb-fsevent-0.3.2 vs README.rdoc in rb-fsevent-0.3.3
- old
+ new
@@ -18,10 +18,10 @@
fsevent.watch Dir.pwd do |directories|
puts "Detected change inside: #{directories.inspect}"
end
fsevent.run
-== Not about FFI
+== Note about FFI
rb-fsevent doesn't use {ruby-ffi}[http://github.com/ffi/ffi] anymore because it sadly doesn't allow to catch Signals, you can see the code in {ffi branch}[http://github.com/thibaudgg/rb-fsevent/tree/ffi].
== Development
\ No newline at end of file