Skip to content

Commit

Permalink
docs: Update README.md (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna authored Dec 28, 2023
1 parent f78df0b commit 3889ee6
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 @@ -147,7 +147,7 @@ moctokit.rest.projects

#### Setting response and replying later

You can set an array of responses but actually mock the api later on. Responses are sent in order of their position in the array. This is extremely useful when using moctokit with [Action Compiler](#action-compiler)
You can set an array of responses but actually mock the api later on. Responses are sent in order of their position in the array.

```typescript
const moctokit = new Moctokit();
Expand Down

0 comments on commit 3889ee6

Please sign in to comment.