Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Co-authored-by: Martin Costello <[email protected]>
  • Loading branch information
mag1art and martincostello authored May 17, 2024
commit f1ec5eea6be76ab234d73c7a633a050c7cd274ad
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ app.UseSwaggerUI(c =>

### Change CSS or JS Paths ###

By default, the Swagger UI inclide default CSS and JS, but if you need to change path or URL (ex CDN):
By default, the Swagger UI include default CSS and JS, but if you wish to change the path or URL (for example to use a CDN):

```csharp
app.UseSwaggerUI(c =>
Expand Down