diff --git a/README.md b/README.md index d5b18c3..f88d9cf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Transaction::ofToday(); Transaction::ofLastWeek(); // query transactions created during the start of the current month till now Transaction::monthToDate(); - // query transactions created during the last year, starting from 2020 + // query transactions created during the last year, start from 2020 Transaction::ofLastYear(startFrom: '2020-01-01'); // ... and much more scopes are available (see below)