Skip to content

Commit df45da4

Browse files
committed
updates readme
1 parent ef59163 commit df45da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegens/nodejs-axios/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# codegen-nodejs-request
1+
# codegen-nodejs-axios
22

33
> Converts Postman-SDK Request into code snippet for NodeJS-axios.
44
55
#### Prerequisites
66
To run the module, ensure that you have NodeJS >= v8. A copy of the NodeJS installable can be downloaded from https://nodejs.org/en/download/package-manager.
77

88
## Using the Module
9-
The module will expose an object which will have property `convert` which is the function for converting the Postman-SDK request to nodejs-request code snippet and `getOptions` function which returns an array of supported options.
9+
The module will expose an object which will have property `convert` which is the function for converting the Postman-SDK request to nodejs-axios code snippet and `getOptions` function which returns an array of supported options.
1010

1111
### convert function
1212
Convert function will take three parameters

0 commit comments

Comments
 (0)