Updates README with proper links and examples for new OpenApi 3.0 syntax / features

Missed a few generator items as part of the rename
This commit is contained in:
Jay Danielian
2019-08-04 11:00:33 -04:00
parent 9bc6e2e16a
commit 5a8d1ce359
5 changed files with 313 additions and 85 deletions

View File

@@ -11,7 +11,7 @@ module Rswag
end
def add_routes
route("mount Rswag::Ui::Engine => '/api-docs'")
route("mount OpenApi::Rswag::Ui::Engine => '/api-docs'")
end
end
end