Skip to content

Commit b82b4f5

Browse files
authored
Revert "Fix link for api docs in read me file" (#95)
* Revert "docs: Rename api.md to API.md (#94)" This reverts commit 53b5366. * Revert "docs: Fix link for api docs in read me file (#93)" This reverts commit 86271e6.
1 parent 53b5366 commit b82b4f5

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)