README.md in system_executor-1.0.0 vs README.md in system_executor-1.0.1
- old
+ new
@@ -1,10 +1,10 @@
# SystemExecutor
[![Gem Version](https://badge.fury.io/rb/system_executor.svg)](http://badge.fury.io/rb/system_executor)
-The dead simple wrapper class for the `STDOUT.puts` calls. Useful during tests
-when you want mock the output.
+The dead simple wrapper class for the `Kernel.system` calls. Useful during tests
+when you want mock the system calls.
## Installation
Add this line to your application's Gemfile: