From 01765e1f314fa93df444629b8f4c076bace69959 Mon Sep 17 00:00:00 2001 From: Ernesto Garcia Date: Wed, 11 Apr 2018 10:54:18 -0300 Subject: [PATCH] Replace reference to react specific tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76fb749a..8020d6f9 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ when a real user uses it. * [Using other assertion libraries](#using-other-assertion-libraries) * [`TextMatch`](#textmatch) * [`query` APIs](#query-apis) -* [`bindElementToQueries`](#bindElementToQueries) +* [`bindElementToQueries`](#bindelementtoqueries) * [Debugging](#debugging) * [Implementations](#implementations) * [FAQ](#faq) @@ -635,7 +635,7 @@ I'm not aware of any! Please feel free to make a pull request to add any here. > [The more your tests resemble the way your software is used, the more confidence they can give you.][guiding-principle] We try to only expose methods and utilities that encourage you to write tests -that closely resemble how your react components are used. +that closely resemble how your web pages are used. Utilities are included in this project based on the following guiding principles: