From 845ae3adfd35058cde75b1d54515aed9bc5fd3b0 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Wed, 17 Jul 2019 18:46:10 +1000 Subject: [PATCH] Correction in README.md The upstream project no longer differs from this project in that regard. The major difference is now the way the commands to mock are chosen. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c17d028..ececab0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This repository is a fork of alexharv074's [bash_placebo](https://github.com/alexharv074/bash_placebo). -Major difference between the two projects is this project is built to generate mock commands for unit testing with any bash command while the original is built specifically to mock `aws` cli commands. - ## Installation The tool can be installed just by copying the script from the master branch into your path somewhere. E.g.