We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37eb9d commit eaa1664Copy full SHA for eaa1664
1 file changed
src/documentation/0039-node-http-post/index.md
@@ -7,7 +7,7 @@ section: Getting Started
7
8
There are many ways to perform an HTTP POST request in Node.js, depending on the abstraction level you want to use.
9
10
-The simplest way to perform an HTTP request using Node.js is to use the Axios library:
+The simplest way to perform an HTTP request using Node.js is to use the [Axios library](https://github.com/axios/axios):
11
12
```js
13
const axios = require('axios')
0 commit comments