Skip to content

Commit 6d0ddb0

Browse files
authored
Update README.md
1 parent fd186a0 commit 6d0ddb0

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
@@ -17,7 +17,7 @@ if (response.getError() == null) {
1717
System.out.println(error.getCode() + ": " + error.getMessage());
1818
}
1919
```
20-
A list of requests along with their expected response types can be found [here](requests.md).
20+
A list of requests along with their expected response types can be found [here](REQUESTS.md).
2121

2222
# Sorting
2323
Sorting is possible by passing a SortOptions object into the constructor of supported requests (simply pass null if you don't care about sorting).

0 commit comments

Comments
 (0)