Skip to content

Commit

Permalink
fix README leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
AGalabov committed May 23, 2023
1 parent 8efd6f2 commit e419e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const registry = new OpenAPIRegistry();
// Register definitions here
const generator = new OpenAPIGeneratorV3(registry.definitions, '3.0.0');
const generator = new OpenAPIGeneratorV3(registry.definitions);
return generator.generateComponents();
```
Expand Down

0 comments on commit e419e41

Please sign in to comment.