README.md in tracker_api-0.2.2 vs README.md in tracker_api-0.2.3

- old
+ new

@@ -57,9 +57,10 @@ ```ruby client = TrackerApi::Client.new(token: 'my-api-token') # Create API client client.project(project_id, fields: ':default,labels(name)') # Eagerly get labels with a project client.project(project_id, fields: ':default,epics') # Eagerly get epics with a project +client.project(project_id).stories(fields: ':default,tasks') # Eagerly get stories with tasks ``` ## TODO - Add missing resources and endpoints