You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ An example is provided in [Sample unit test for Mocking/Stubing](#sample-unit-te
115
115
116
116
## Supported Routers
117
117
### 1. Express
118
-
Keploy adds a middleware for capturing requests/responses using require hooks. To integrate, just add the following statement before your require statement of `express`.
118
+
Keploy adds a middleware forcapturing requests/responses using require hooks. To integrate, just add the following statement before every require statement of `express`in your app.
119
119
```js
120
120
// Uncomment following blocks to use require in ES Module
121
121
/*
@@ -148,7 +148,7 @@ app.listen(port, () => {
148
148
149
149
## Supported Dependencies
150
150
### 1. Octokit
151
-
To integrate, just add this line before require statement of Octokit in your application.
151
+
To integrate, just add this line before every require statement of Octokit in your application.
152
152
```js
153
153
// Uncomment following blocks to use require in ES Module
0 commit comments