README.md in hackerone-client-0.3.2 vs README.md in hackerone-client-0.4.0

- old
+ new

@@ -18,9 +18,12 @@ # POST '/report/{id}/add_report_reference add a "reference" e.g. internal issue number client.add_report_reference(id, reference) # Triage an issue (add a reference and set state to :triaged) client.triage(id, reference) + +# GET `/{program}/reporters` returns a list of unique reporters that have reported to your program +client.reporters ``` ## Usage ### Credential management