Skip to content

Commit ece48f1

Browse files
authored
Update README.md
1 parent 2268d1c commit ece48f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A swagger client uses axios and typescript
77
[![open issues](https://img.shields.io/github/issues-raw/manweill/swagger-axios-codegen.svg)](https://img.shields.io/github/issues-raw/manweill/swagger-axios-codegen.svg)
88

99

10-
require node > v8.0.0
11-
10+
< v0.16 require node > v10.0.0
11+
>= v0.16 require node >= v0.16
1212
it will always resolve `axios.response.data` or reject `axios.error` with Promise
1313

1414
support other similar to `axios` library, for example [Fly.js](https://github.com/wendux/fly), required setting `ISwaggerOptions.useCustomerRequestInstance = true`

0 commit comments

Comments
 (0)