From 5fea9805bd896b7758a62e6941b589be89474962 Mon Sep 17 00:00:00 2001 From: Ranmocy Date: Sun, 20 Jan 2013 08:30:17 +0800 Subject: [PATCH] update old info in README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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.