Skip to content

Commit

Permalink
chore: minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Jan 12, 2023
1 parent bf0ca91 commit 3abeccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an auto-generated client library for the {{info.title}} API, via the `op
```
const Api{{tagName}} = require("./api{{tagName}}");
const Configuration = require("./configuration");
const transport = require("./nodeFetch");
const transport = require("./fetch");
// import any model types you need
const { {{modelObject}} } = require("./api/model");

Expand Down

0 comments on commit 3abeccf

Please sign in to comment.