From 8bf980098527f99b3ad834d0704a1236389cb543 Mon Sep 17 00:00:00 2001 From: Kevin Sullivan Date: Sun, 14 Apr 2019 08:28:46 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb8211d..e1eede3 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Reads more about hooks on the [docs site](https://native-testing-library.com/doc Huge thanks to Kent C. Dodds for evangelizing this approach to testing. We could have never come up with this library without him 🙏. Check out his awesome work and learn more about testing with -confidence at [testinghavascript.com](https://testingjavascript.com/) (you won't regret purchasing +confidence at [testingjavascript.com](https://testingjavascript.com/) (you won't regret purchasing it), and of course, use this library's big brother, `react-testing-library` for your DOM applications as well!