Skip to content

Commit

Permalink
Merge pull request #22 from antialias/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Scott McAllister authored Jun 11, 2019
2 parents 34674b0 + b12fe44 commit 22754d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PDJS.api({
* `success` -- the callback function that is called when the API call completes successfully. This is **required**.
* `error` -- the callback function that is called when there is an error with the API call. This parameter is optional, though recommended.

*In additino to specififying the endpoint, the `res` parameter may have an ID in it. For example, here's how to get the [notes](https://v2.developer.pagerduty.com/v2/page/api-reference#!/Incidents/get_incidents_id_notes) for an `incident` with the ID of `PNCII2E`.
*In addition to specififying the endpoint, the `res` parameter may have an ID in it. For example, here's how to get the [notes](https://v2.developer.pagerduty.com/v2/page/api-reference#!/Incidents/get_incidents_id_notes) for an `incident` with the ID of `PNCII2E`.

```javascript
PDJS.api({
Expand Down

0 comments on commit 22754d9

Please sign in to comment.