From 17e73db17075b88c700cba19220d93cc6625dde6 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Sun, 16 May 2021 16:59:26 -0500 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b71d23..541e39f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ REST API calls can be done using the convenience methods or by passing in a `url #### Convenience Methods -There are some simply convience methods. `get()`, `post()`, `put()`, and `delete()`. +There are some simple convience methods. `get()`, `post()`, `put()`, and `delete()`. ```javascript import {api} from '@pagerduty/pdjs';