Skip to content

Commit 665a3d5

Browse files
committed
documentation: update readme.md
1 parent fc4416d commit 665a3d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,16 @@ You can specify the way to collect documentation by creating your own custom dri
182182
183183
You can find example of drivers [here](https://github.com/RonasIT/laravel-swagger/tree/master/src/Drivers).
184184
185-
### Documentation viewer setting
185+
### Viewing OpenAPI documentation
186186
187-
Since version 2.2 we've added new OpenAPI documentation display shells. Just change the
188-
`documentation_viewer` config to instantly see new viewer without rebuilding documentation
189-
file.
187+
As of version 2.2, the package includes the ability to switch between OpenAPI documentation
188+
viewers. To access different viewers, modify the `documentation_viewer` configuration.
189+
This change is reflected immediately, without the need to rebuild the documentation file.
190190
191-
### Additional documentations merging
191+
### Merging additional documentations
192192
193-
Package allows to merge base documentation with valid OpenAPI files from the `additional_paths`
194-
config.
193+
The package supports the integration of the primary documentation with additional valid
194+
OpenAPI files specified in the `additional_paths` configuration.
195195
196196
## Contributing
197197

0 commit comments

Comments
 (0)