openapi-explorer 0.9.317 → 0.9.323

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
@@ -53,7 +53,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
53
53
  - Branding and Personalization features makes it easy to follow any style guide
54
54
  - Fully customizeable theme
55
55
  - Plenty of customization options
56
- - Add external contents at the top and bottom of the document, extensible with images, link, text, and any framework components
56
+ - Add external contents throughout the component, extensible with markdown, images, links, and text
57
57
  - All properties are reactive
58
58
  - Style the element with standard css (change padding, position, border, margin )
59
59
  - Styles that reflect your site and your UI/UX frameworks (React, Vue, vanilla js, Bootstrap, Material, and many more...)
@@ -64,7 +64,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
64
64
  ## Documentation
65
65
  * [Property and variables documentation](./docs/documentation.md)
66
66
  * [Examples (Vue, React, JS, and more)](./docs/examples.md)
67
- * [Generate the open specification necessary for this library](./docs/examples#openapi-specification-generation)
67
+ * 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.1.0.md)
68
68
  * [Styling your openapi-explorer UI](./docs/styling.md)
69
69
  * [Recent changes and updates](./CHANGELOG.md)
70
70