From b3a068aede5a704eb6572c9be5e1cce33f840a1d Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Thu, 18 Nov 2021 13:25:08 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7e1895..f9fdc660 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ arguments will be provided: our wrapping applied. Since the `script` is just a function body, these values will already be -defined, so you don't have to (see examples below). +defined, so you don't have to import them (see examples below). See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client documentation.