Update README.md

This commit is contained in:
David Badura 2015-04-13 09:54:44 +02:00
parent 43318c7c0e
commit 1208ee9a25
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
composer require 'davidbadura/taskwarrior'
```
**Requirements: Taskwarrior > 2.1**
## Usage
```php
@ -47,4 +49,4 @@ $tasks = $taskManager->createQueryBuilder()
->whereProject('hobby')
->sortBy(QueryBuilder::SORT_ENTRY)
->getResult()
```
```