zymlabs / nswag-fluentvalidation

Use FluentValidation rules instead of ComponentModel attributes to define swagger schema.
MIT License
59 stars 13 forks source link

Update README.md #13

Closed MahmudX closed 1 year ago

MahmudX commented 1 year ago

Fixed the demo typo.

In the demo, service collection was accessed using the field serviceCollection which does not exist. It should be services.

geoffreytran commented 1 year ago

Thank you for the correction!