From e087478581e1f3d149a3b55ae69191c9112fc518 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Thu, 21 Dec 2023 18:39:30 -0800 Subject: [PATCH] d - add author section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c645fd..ae56427 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Segues can be captured. Nothing is actually presented or dismissed. This means: * Tests are blazing fast. * You can test things with unit tests instead of UI tests. -For concrete examples, see _[iOS Unit Testing by Example](https://pragprog.com/titles/jrlegios/ios-unit-testing-by-example/):_ chapter 9 "Testing Alerts," and chapter 10 "Testing Navigation Between Screens." +For concrete examples, see _[iOS Unit Testing by Example](https://iosunittestingbyexample.com):_ chapter 9 "Testing Alerts," and chapter 10 "Testing Navigation Between Screens." ## Contents @@ -355,3 +355,7 @@ If you want to build ViewControllerPresentationSpy yourself, clone the repo, the $ cd Source $ ./MakeDistribution.sh ``` + +## Author + +Jon Reid is the author of _[iOS Unit Testing by Example](https://iosunittestingbyexample.com)._ His website is [Quality Coding](https://qualitycoding.org).