From 031d89dc7e080373afd6fd679bbb1af983176996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Wed, 10 May 2023 09:26:08 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cc3e824..a51a93c 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,7 @@ import { PUT, resolveURL, } from 'openapi-axios/helpers'; -import { Axios } from 'axios'; -const axios = new Axios(); +import axios from 'axios'; const request = axios.request; const BASE_URL = '/api/v3';