From c4d61d5b944b36a60837e423aad8df2197c2313f Mon Sep 17 00:00:00 2001
From: Markus Schirp <mbj@seonic.net>
Date: Tue, 8 Jan 2013 11:07:25 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3a19391d..f6ad8ae9 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,8 @@ The following specs are executed to kill a mutation on:
 ```
 Public instance  methods: spec/unit/#{namespace}/#{class_name}/#{method_name}_spec.rb
 Public singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/#{method_name}_spec.rb
-Public instance  methods: spec/unit/#{namespace}/#{class_name}/
-Public singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods
+Private instance  methods: spec/unit/#{namespace}/#{class_name}/*_spec.rb
+Privvate singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_spec.rb
 ```
 
 ### --rspec-unit