README.textile in davidlee-state-fu-0.2.0 vs README.textile in davidlee-state-fu-0.3.1

- old
+ new

@@ -124,10 +124,12 @@ * designed for transparency, introspection and ease of debugging, which means a dynamic, powerful system you can actually use without headaches + * magically generate diagrams of state machines / workflows with graphviz + * fast, lightweight and useful enough to use in any ruby project - works with Rails but does not require it. State-Fu works with any modern Ruby ( 1.8.6, 1.8.7, and 1.9.1) @@ -192,9 +194,11 @@ that if you require StateFu *before* other libraries which require ActiveSupport (e.g. ActiveRecord), you may have to explicitly <code>require 'activesupport'</code> before loading the dependent libraries. - Also see the "issue tracker":http://github.com/davidlee/state-fu/issues -And the "build monitor":http://runcoderun.com/davidlee/state-fu/ \ No newline at end of file +And the "build monitor":http://runcoderun.com/davidlee/state-fu/ + +And the "RDoc":http://rdoc.info/projects/davidlee/state-fu/ , which +needs a bit of love.