From d0157e2ce9b0e05f91454b5844313ba115969936 Mon Sep 17 00:00:00 2001 From: danielrhayes Date: Wed, 22 Apr 2020 11:51:57 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20improve=20clarity?= =?UTF-8?q?=20of=20example=20for=20selectOptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7abc9cbf..c3e3c777 100644 --- a/README.md +++ b/README.md @@ -146,13 +146,13 @@ import userEvent from "@testing-library/user-event"; const { getByTestId } = render( );