@asyncapi/react-component 1.0.0-next.40 → 1.0.0-next.41

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
@@ -20,6 +20,7 @@ A official [React](https://reactjs.org/) component for AsyncAPI 2.0 specificatio
20
20
 
21
21
  <!-- toc -->
22
22
 
23
+ - [Overview](#overview)
23
24
  - [Prerequisites](#prerequisites)
24
25
  - [Installation](#installation)
25
26
  - [Using in React](#using-in-react)
@@ -27,9 +28,9 @@ A official [React](https://reactjs.org/) component for AsyncAPI 2.0 specificatio
27
28
  - [Props](#props)
28
29
  - [Features](#features)
29
30
  - [Styles](#styles)
30
- * [Default styles](#default-styles)
31
- * [Custom styles](#custom-styles)
32
- * [Custom logo](#custom-logo)
31
+ - [Default styles](#default-styles)
32
+ - [Custom styles](#custom-styles)
33
+ - [Custom logo](#custom-logo)
33
34
  - [Playground](#playground)
34
35
  - [Modules](#modules)
35
36
  - [Development](#development)
@@ -48,7 +49,7 @@ A official [React](https://reactjs.org/) component for AsyncAPI 2.0 specificatio
48
49
  Run this command to install the component in your project:
49
50
 
50
51
  ```sh
51
- npm install --save @asyncapi/react-component
52
+ npm install --save @asyncapi/react-component@next
52
53
  ```
53
54
 
54
55
  Check out this simple sandbox application that uses the React component: