Skip to content

Commit 86271e6

Browse files
alinaMihaithymikee
authored andcommitted
docs: Fix link for api docs in read me file (#93)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary <!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? --> ### Test plan <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
1 parent 3f6b257 commit 86271e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ As you may have noticed, it's not tied to React Native at all – you can safely
6666

6767
## API / Usage
6868

69-
The [public API](docs/API.md) of `react-native-testing-library` is focused around these essential methods:
69+
The [public API](docs/api.md) of `react-native-testing-library` is focused around these essential methods:
7070

7171
- [`render`](docs/API.md#render) – deeply renders given React element and returns helpers to query the output components.
7272
- [`shallow`](docs/API.md#shallow) – shallowly renders given React component. It doesn't return any helpers to query the output.

0 commit comments

Comments
 (0)