From adb1957ed685791e01dcce9163a917abb52e7354 Mon Sep 17 00:00:00 2001 From: Ben Styles Date: Sat, 20 Oct 2018 18:29:31 +0100 Subject: [PATCH] Remove reference to instance in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6df746f9..db6193d74 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ function render( ): RenderResult {} ``` -Deeply render given React element and returns helpers to query the output. For convenience it also returns `react-test-renderer`'s `instance` and `renderer` objects, in case you need more control. +Deeply render given React element and returns helpers to query the output. ```jsx import { render } from 'react-native-testing-library';