Skip to content

Commit eaa1664

Browse files
UserbitMylesBorins
authored andcommitted
Added external link to Axios library (nodejs#296)
1 parent e37eb9d commit eaa1664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0039-node-http-post

src/documentation/0039-node-http-post/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ section: Getting Started
77

88
There are many ways to perform an HTTP POST request in Node.js, depending on the abstraction level you want to use.
99

10-
The simplest way to perform an HTTP request using Node.js is to use the Axios library:
10+
The simplest way to perform an HTTP request using Node.js is to use the [Axios library](https://github.com/axios/axios):
1111

1212
```js
1313
const axios = require('axios')

0 commit comments

Comments
 (0)