Skip to content

Commit 8c9c9ac

Browse files
committed
updated readme
1 parent bc2d150 commit 8c9c9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Annotate a dart class with @Openapi() annotation
3434
additionalProperties:
3535
AdditionalProperties(pubName: 'petstore_api', pubAuthor: 'Johnny dep'),
3636
inputSpecFile: 'example/openapi-spec.yaml',
37-
generatorName: Generator.DART_DIO,
37+
generatorName: Generator.DART,
3838
outputDirectory: 'api/petstore_api')
3939
class Example extends OpenapiGeneratorConfig {}
4040
```

0 commit comments

Comments
 (0)