README.md in jflow-0.1.0 vs README.md in jflow-0.2.0

- old
+ new

@@ -1,7 +1,9 @@ # Jflow +[![Build Status](https://travis-ci.org/djpate/jflow.svg?branch=master)](https://travis-ci.org/djpate/jflow) + JFlow is a gem that aims to let you start SWF flow activity workers for JRuby. The official framework uses Forking and thus not compatible with the JVM. This aims to give an alternative for Jruby. *For now this only works for Activities and not workflows* @@ -26,11 +28,11 @@ ### Create an Activity ```ruby Class FooActivity - include JFlow::ActivityMixin + include JFlow::Activity::Mixin activity "policy_scan.run" do { domain: "alexandria-development", default_task_list: { @@ -74,7 +76,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jflow. +Bug reports and pull requests are welcome on GitHub at https://github.com/djpate/jflow.