提交 ef2240a6 编写于 作者: J Jim Lynch 提交者: Justin Beckwith

Update README.md (#1484)

adding in the necessary require statement (in nodejs).
上级 7d9a29ee
......@@ -53,6 +53,8 @@ Using cdn:
Performing a `GET` request
```js
const axios = require('axios');
// Make a request for a user with a given ID
axios.get('/user?ID=12345')
.then(function (response) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册