Skip to content

Commit

Permalink
docss(README): remove deprecated values (#972)
Browse files Browse the repository at this point in the history
These deprecated values have since been removed, and the README wasn't updated
  • Loading branch information
wolfy1339 authored Feb 17, 2024
1 parent fb2db0b commit 60c2dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ webhooks.verify(eventPayload, signature);
<td>
<code>eventPayload</code>
<em>
(Object [deprecated] or String)
(String)
</em>
</td>
<td>
Expand Down Expand Up @@ -246,7 +246,7 @@ webhooks.verifyAndReceive({ id, name, payload, signature });
<td>
<code>payload</code>
<em>
Object (deprecated) or String
String
</em>
</td>
<td>
Expand Down

0 comments on commit 60c2dc0

Please sign in to comment.