diff --git a/README.md b/README.md index d0b41dd..37e897c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ todo... ```php $tasks = $taskManager->createQueryBuilder() ->whereProject('hobby') - ->sortBy(QueryBuilder::SORT_ENTRY) + ->orderBy(['entry' => 'DESC']) ->getResult() ```