diff --git a/README.md b/README.md index 5148b0e..22a706d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Retrieves a collection of tests ```java -TestingbotTest test = restApi.getTests(int offset, int count); +TestingbotTestCollection test = restApi.getTests(int offset, int count); ``` ### getBuilds