openapi-explorer 2.2.774 → 2.2.776
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
@@ -68,7 +68,7 @@ This is an open source project managed by the [Authress Engineering team](https:
|
|
68
68
|
* [Migrating from v1 to v2 of openapi-explorer](./CHANGELOG.md#2.0) - Review the breaking changes
|
69
69
|
* [Property and variables documentation](./docs/documentation.md)
|
70
70
|
* [Examples (Vue, React, JS, and more)](./docs/examples.md)
|
71
|
-
* Generate the open specification document necessary for this library - by using an editor or by following the [Open API Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.
|
71
|
+
* Generate the open specification document necessary for this library - by using an editor or by following the [Open API Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.2.0.md)
|
72
72
|
* [Styling your openapi-explorer UI](./docs/styling.md)
|
73
73
|
* [Recent changes and updates](./CHANGELOG.md)
|
74
74
|
|
@@ -94,7 +94,7 @@ import 'openapi-explorer';
|
|
94
94
|
|
95
95
|
|
96
96
|
## Copyright
|
97
|
-
Copyright
|
97
|
+
Copyright Rhosys AG
|
98
98
|
|
99
99
|
Licensed under the Apache License, Version 2.0 (the "License");
|
100
100
|
you may not use this repository source except in compliance with the License.
|