From ce67a3f13de9e677c0e9a63d4a3a2c38cb1b23e3 Mon Sep 17 00:00:00 2001 From: Alina Mihai Date: Sat, 15 Dec 2018 13:28:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6331419..b79f0e33b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ As you may have noticed, it's not tied to React Native at all – you can safely ## API / Usage -The [public API](docs/API.md) of `react-native-testing-library` is focused around these essential methods: +The [public API](docs/api.md) of `react-native-testing-library` is focused around these essential methods: - [`render`](docs/API.md#render) – deeply renders given React element and returns helpers to query the output components. - [`shallow`](docs/API.md#shallow) – shallowly renders given React component. It doesn't return any helpers to query the output.