From 30d7352cee1f5936d55cb0d1ed91890390a538d4 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 20 Jul 2013 23:47:38 +0200 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 89d0374d..41ad6b6b 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,7 @@ any ruby engine that supports POSIX-fork(2) semantics. Only rspec2 is supported currently. This is subject to change. -It is easy to write a mutation killer for other test/spec frameworks than rspec2. -Just create your own Mutant::Killer subclass, and make sure I get a PR! - -See this [ASCII-Cast](http://ascii.io/a/1707) for mutant in action! (v0.2.1) +It is easy to write a mutation killer/strategy for other test/spec frameworks than rspec2. Projects using Mutant ---------------------