From 40f511b4060bd667d1cf530f63b6dd6e29057551 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Sun, 28 Jul 2013 14:05:22 -0700 Subject: [PATCH] Use the word "decoupling" for @joshaber's pleasure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c2092..42325fd 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ system. By modeling changes as [signals](https://github.com/ReactiveCocoa/ReactiveCocoa#introduction), the view model can communicate to the view without actually needing to know that it -exists (similarly for model → view model communication). This is also +exists (similarly for model → view model communication). This decoupling is why view models can be tested without a view in place — the test simply needs to connect to the VM's signals and verify that the behavior is correct.