diff --git a/README.md b/README.md index 4720a3c..a2edc26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -_I'm currently looking for a new maintainer for this project._ - -[![Build Status](http://travis-ci.org/johnbintz/guard-rails.png)](http://travis-ci.org/johnbintz/guard-rails) +[![Build Status](https://travis-ci.org/ranmocy/guard-rails.png)](https://travis-ci.org/ranmocy/guard-rails) Want to restart your Rails development server whilst you work? Now you can! @@ -22,6 +20,4 @@ Lots of fun options! * `:pid_file` specify your pid_file, so that maybe you can run multiple instances with same rails_env (default `tmp/pids/[RAILS_ENV].pid`) * `:zeus` support [zeus](https://github.com/burke/zeus) to boost rails init speed. -This is super-alpha, but it works for me! Only really hand-tested in Mac OS X. Feel free to fork'n'fix for other -OSes, and to add some more real tests. - +Feel free to fork'n'fix for any willing.