From 8f89a1cde81f2a32f3295795b037499afa900d3b Mon Sep 17 00:00:00 2001 From: Haseeb Khan Date: Wed, 22 Jul 2020 20:28:10 +0500 Subject: [PATCH] doc: highlighted the func name (#321) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d36621d..ec6fabe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Runtime type checking for React props and similar objects. You can use prop-types to document the intended types of properties passed to -components. React (and potentially other libraries—see the checkPropTypes() +components. React (and potentially other libraries—see the `checkPropTypes()` reference below) will check props passed to your components against those definitions, and warn in development if they don’t match.