From 3b02e60207f315aec9934cbea2a8ba0232cc3ea0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 22 Mar 2014 15:37:37 +0000 Subject: [PATCH] Fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe09f83..9ac35dd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ stub_called_exactly_times uname 2 # returns 0 (success) restore uname ``` -Asserting stub has been called with specific attributes: +Asserting stub has been called with specific arguments: ```bash source "stub.sh" @@ -91,7 +91,7 @@ stub_called_with uname -r # returns 0 (success) restore uname ``` -Asserting stub has been called X number of times with specific attributes: +Asserting stub has been called X number of times with specific arguments: ```bash source "stub.sh"