From 8725926ac044cd74ac96016cfc646a9e659145f7 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Fri, 18 Aug 2017 21:35:54 -0400 Subject: [PATCH] Update sentence in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7337bf..0a02cc4 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,14 @@ defmodule MyTest do end ```` -You can mock functions that return different values: +You can mock functions that return different values depending on the input: ```` elixir defmodule MyTest do use ExUnit.Case, async: false - + import Mock - + test "mock functions with multiple returns" do with_mocks(HTTPotion, [ get: fn